|
Oracle Enterprise Scheduler Java API Reference 11g Release 7 (11.1.7) E20742-07 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.as.scheduler.management.AppRegistrationInfo
public final class AppRegistrationInfo
Constructor Summary | |
---|---|
AppRegistrationInfo(java.lang.String logicalName,
java.lang.String deployName,
java.lang.String server,
java.lang.String processGroup,
java.lang.String appVersion,
boolean active)
Constructs an AppRegistrationInfo object. |
|
AppRegistrationInfo(java.lang.String logicalName,
java.lang.String deployName,
java.lang.String server,
java.lang.String processGroup,
java.lang.String appVersion,
boolean active,
java.util.Calendar lastActivated)
Constructs an AppRegistrationInfo object. |
Method Summary | |
---|---|
static AppRegistrationInfo |
from(javax.management.openmbean.CompositeData cd)
Create an instance of the model specific class out of an associated CompositeData instance |
java.lang.String |
getAppVersion()
Retrieve the application version information |
java.lang.String |
getDeployName()
Retrieve the J2EE deployment name of the application |
java.util.Calendar |
getLastActivated()
Get when the application was last activated, or null
if not known. |
java.lang.String |
getLogicalName()
Retrieve the logical name of the application |
java.lang.String |
getProcessGroup()
Retrieve the ESS process group of the server this application is registered to. |
java.lang.String |
getServer()
Retrieve the name of the server this application is registered to. |
boolean |
isActive()
Is the application endpoint active in the server this registration is for? |
javax.management.openmbean.CompositeData |
toCompositeData(javax.management.openmbean.CompositeType ct)
Convert an instance of this model specific type to a CompositeData. |
static javax.management.openmbean.CompositeType |
toCompositeType()
Returns the CompositeType that describes this model specific class |
java.lang.String |
toDiagnosticString()
Creates a String representation of this object to aid diagnosis. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@ConstructorProperties(value={"logicalName","deployName","server","processGroup","appVersion","active"}) public AppRegistrationInfo(java.lang.String logicalName, java.lang.String deployName, java.lang.String server, java.lang.String processGroup, java.lang.String appVersion, boolean active)
AppRegistrationInfo
object.
logicalName
- the ESS logical name of the applicationdeployName
- the J2EE deployment name of the applicationserver
- the name of the server this application instance is
registered toprocessGroup
- the name of the process group or cluster this
application instance is registered toappVersion
- the application versionactive
- if true
, the application endpoint is activated
on the server this registration is for.@ConstructorProperties(value={"logicalName","deployName","server","processGroup","appVersion","active","lastActivated"}) public AppRegistrationInfo(java.lang.String logicalName, java.lang.String deployName, java.lang.String server, java.lang.String processGroup, java.lang.String appVersion, boolean active, java.util.Calendar lastActivated)
AppRegistrationInfo
object.
logicalName
- the ESS logical name of the applicationdeployName
- the J2EE deployment name of the applicationserver
- the name of the server this application instance is
registered toprocessGroup
- the name of the process group or cluster this
application instance is registered toappVersion
- the application versionactive
- if true
, the application endpoint is activated
on the server this registration is for.lastActivated
- when the app was last activatedMethod Detail |
---|
public java.lang.String getLogicalName()
public java.lang.String getDeployName()
public java.lang.String getServer()
public java.lang.String getProcessGroup()
public java.lang.String getAppVersion()
public boolean isActive()
true
, the application endpoint is activated
on the server, false
otherwise.public java.util.Calendar getLastActivated()
null
if not known.
public static javax.management.openmbean.CompositeType toCompositeType()
public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
ct
- This parameter is there only for future compatibility reasons
with JDK 6.0. It can be ignored at this point.public static AppRegistrationInfo from(javax.management.openmbean.CompositeData cd) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public java.lang.String toDiagnosticString()
|
Oracle Enterprise Scheduler Java API Reference 11g Release 7 (11.1.7) E20742-07 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |