|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Each instance of a class that implements this interface represents a file that has been successfully deployed to a single execution group.
There are currently two implementors of this interface (both of which live in the com.ibm.broker.config.proxy package):
interface
com.ibm.broker.config.proxy.DeployedObject
|
|
Responsibilities | States that implementing classes represent objects that have been deployed to execution groups. |
Internal Collaborators | None |
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ f35474 2004-07-15 HDMPL v6 Release
Field Summary | |
---|---|
static String |
BARNAME_KEYWORD
The keyword used to denote the BAR File name of a DeployedObject. |
static String |
VERSION_KEYWORD
The keyword used to denote the version of a DeployedObject. |
Method Summary | |
---|---|
String |
getBARFileName()
Returns the name of the BAR file that was used to deploy the object to the execution group. |
Date |
getDeployTime()
Returns the time that the current deployed object was last received by the Configuration Manager for deployment to the execution group. |
ExecutionGroupProxy |
getExecutionGroup()
Returns a reference to the execution group on which this deployed object was deployed. |
String |
getFileExtension()
Returns the file extension of the current deployed object. |
String |
getFullName()
Returns the name of the current deployed object as it existed in the BAR file at deployment time- including any file extension but excluding any path information. |
String[] |
getKeywords()
Returns the set of keywords for this deployed object which were found embedded in the object at deploy time. |
String |
getKeywordValue(String keyword)
Returns the value of the supplied keyword. |
Date |
getModifyTime()
Returns the time that the current deployed object was last modified, according to the file modification date set in the broker archive file. |
String |
getName()
Returns the name of the current deployed object. |
String |
getVersion()
Returns the value of the 'version' keyword if it was embedded in the object at deploy time. |
Field Detail |
public static final String VERSION_KEYWORD
public static final String BARNAME_KEYWORD
Method Detail |
public String getFileExtension()
public Date getDeployTime()
public Date getModifyTime()
public String getName() throws ConfigManagerProxyPropertyNotInitializedException
ConfigManagerProxyPropertyNotInitializedException
- If information on the name was not supplied
by the Configuration Manager before a timeout occurred.public String getFullName() throws ConfigManagerProxyPropertyNotInitializedException
ConfigManagerProxyPropertyNotInitializedException
- If information on the name was not supplied
by the Configuration Manager before a timeout occurred.public String getBARFileName() throws ConfigManagerProxyPropertyNotInitializedException
ConfigManagerProxyPropertyNotInitializedException
- If information on the name was not supplied
by the Configuration Manager before a timeout occurred.public String getVersion() throws ConfigManagerProxyPropertyNotInitializedException
ConfigManagerProxyPropertyNotInitializedException
- If information on the version was not supplied
by the Configuration Manager before a timeout occurred.public String[] getKeywords() throws ConfigManagerProxyPropertyNotInitializedException
ConfigManagerProxyPropertyNotInitializedException
- If information on the set of keywords was not supplied
by the Configuration Manager before a timeout occurred.public String getKeywordValue(String keyword) throws ConfigManagerProxyPropertyNotInitializedException
keyword
- The keyword to look up
ConfigManagerProxyPropertyNotInitializedException
- If information on the deployed object was not supplied
by the Configuration Manager before a timeout occurred.public ExecutionGroupProxy getExecutionGroup() throws ConfigManagerProxyLoggedException
ConfigManagerProxyLoggedException
- if the parent
object is not immediately available and has to be
requested from the Configuration Manager, but the
request could not be sent to the Configuration Manager.
|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |