|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.appserv.management.base.MapCapableBase
com.sun.appserv.management.deploy.DeploymentSourceImpl
Field Summary | |
static java.lang.String |
ARCHIVE_FILE_KEY
Key corresponding to getArchive() |
static java.lang.String |
ENTRIES_ADDED_KEY
Key corresponding to getEntriesAdded() |
static java.lang.String |
ENTRIES_DELETED_KEY
Key corresponding to getEntriesDeleted() |
static java.lang.String |
ENTRIES_REMOVED_KEY
Key corresponding to getEntriesRemoved() |
static java.lang.String |
IS_COMPLETE_ARCHIVE_KEY
Key corresponding to isComplete() |
Fields inherited from interface com.sun.appserv.management.deploy.DeploymentSource |
DEPLOYMENT_SOURCE_CLASS_NAME |
Fields inherited from interface com.sun.appserv.management.base.MapCapable |
MAP_CAPABLE_CLASS_NAME_KEY |
Constructor Summary | |
DeploymentSourceImpl(DeploymentSource src)
|
|
DeploymentSourceImpl(java.util.Map m)
|
|
DeploymentSourceImpl(java.lang.String archiveFile,
boolean isCompleteArchive,
java.lang.String[] entriesAdded,
java.lang.String[] entriesRemoved,
java.lang.String[] entriesDeleted,
java.util.Map other)
|
Method Summary | |
java.io.File |
getArchive()
(Optional) |
java.util.jar.JarInputStream |
getArchiveAsStream()
|
java.lang.String[] |
getEntriesAdded()
In case of a partial delivery. |
java.lang.String[] |
getEntriesDeleted()
In case of a partial delivery. |
java.lang.String[] |
getEntriesRemoved()
In case of a partial archive delivery. |
java.lang.String |
getMapClassName()
Return the interface that this Map represents (the Java classname). |
boolean |
isCompleteArchive()
|
protected boolean |
validate()
Return true if internal state is valid, false otherwise. |
Methods inherited from class com.sun.appserv.management.base.MapCapableBase |
asMap, checkInJavaUtil, checkLegalObject, checkLegalObject, checkValidType, equals, getboolean, getBoolean, getByte, getField, getFile, getInteger, getMap, getObject, getString, getStringArray, illegalObject, makeImmutable, putAll, putField, putFieldHook, toString, validateNullOrOfType, validateThrow |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.appserv.management.base.MapCapable |
asMap |
Field Detail |
public static final java.lang.String ARCHIVE_FILE_KEY
public static final java.lang.String IS_COMPLETE_ARCHIVE_KEY
public static final java.lang.String ENTRIES_ADDED_KEY
public static final java.lang.String ENTRIES_REMOVED_KEY
public static final java.lang.String ENTRIES_DELETED_KEY
Constructor Detail |
public DeploymentSourceImpl(DeploymentSource src)
public DeploymentSourceImpl(java.util.Map m)
public DeploymentSourceImpl(java.lang.String archiveFile, boolean isCompleteArchive, java.lang.String[] entriesAdded, java.lang.String[] entriesRemoved, java.lang.String[] entriesDeleted, java.util.Map other)
Method Detail |
protected boolean validate()
MapCapableBase
validate
in class MapCapableBase
public java.lang.String getMapClassName()
MapCapable
getMapClassName
in interface MapCapable
getMapClassName
in class MapCapableBase
public java.io.File getArchive()
DeploymentSource
getArchive
in interface DeploymentSource
public java.util.jar.JarInputStream getArchiveAsStream() throws java.io.IOException
getArchiveAsStream
in interface DeploymentSource
java.io.IOException
public boolean isCompleteArchive()
isCompleteArchive
in interface DeploymentSource
public java.lang.String[] getEntriesAdded()
DeploymentSource
getEntriesAdded
in interface DeploymentSource
public java.lang.String[] getEntriesRemoved()
DeploymentSource
getEntriesRemoved
in interface DeploymentSource
public java.lang.String[] getEntriesDeleted()
DeploymentSource
getEntriesDeleted
in interface DeploymentSource
|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.