| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Abstraction for archives delivery for a deployment operation
        This interface may be instantiated by using routines in
        DeploymentSupport
| Field Summary | |
| static java.lang.String | DEPLOYMENT_SOURCE_CLASS_NAMEValue of the MAP_CAPABLE_TYPE_KEY when turned into a Map. | 
| Fields inherited from interface com.sun.appserv.management.base.MapCapable | 
| MAP_CAPABLE_CLASS_NAME_KEY | 
| 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. | 
|  boolean | isCompleteArchive() | 
| Methods inherited from interface com.sun.appserv.management.base.MapCapable | 
| asMap, getMapClassName | 
| Field Detail | 
public static final java.lang.String DEPLOYMENT_SOURCE_CLASS_NAME
| Method Detail | 
public java.io.File getArchive()
public java.util.jar.JarInputStream getArchiveAsStream()
                                                throws java.io.IOException
java.io.IOExceptionpublic boolean isCompleteArchive()
public java.lang.String[] getEntriesAdded()
public java.lang.String[] getEntriesRemoved()
public java.lang.String[] getEntriesDeleted()
| 
 | 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.