|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.datapower.wamt.amp.InterDependentServiceCollection
public class InterDependentServiceCollection
This represents the data that would be returned only from
Commands.getInterDependentServices(DeviceContext, String, byte[], ConfigObject[])
,
Commands.getInterDependentServices(DeviceContext, String, String, String, ConfigObject[])
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2012
|
Constructor Summary | |
---|---|
InterDependentServiceCollection(java.util.List<RuntimeService> serviceList,
java.util.List<ConfigObject> objectToBeOverwritten,
StringCollection fileList)
Construct a new InterDependentServiceCollection object which is returned only by Commands#getInterDependentServices(DeviceContext, String, byte[], ConfigObject[] in general. |
Method Summary | |
---|---|
StringCollection |
getFilesToBeOverwritten()
Get a file list of the interdependent service to be overwritten. |
RuntimeService[] |
getInterDependentServices()
Get all RuntimeService objects of the interdependent service. |
ConfigObject[] |
getObjectToBeOverwritten()
Get the ConfigObject object(s) to be overwritten. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT_2012
Constructor Detail |
---|
public InterDependentServiceCollection(java.util.List<RuntimeService> serviceList, java.util.List<ConfigObject> objectToBeOverwritten, StringCollection fileList)
Commands#getInterDependentServices(DeviceContext, String, byte[], ConfigObject[]
in general.
Method Detail |
---|
public RuntimeService[] getInterDependentServices()
public StringCollection getFilesToBeOverwritten()
public ConfigObject[] getObjectToBeOverwritten()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |