|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.as.scheduler.management.SpawnedJobDetail
public class SpawnedJobDetail
Details for an ESS process type request
An object of this class represents a snapshot of available information at a point in time. Certain information may only be non-null only at certain times such as the actual job execution.
| Constructor Summary | |
|---|---|
protected |
SpawnedJobDetail(long requestId, java.lang.String processId, java.lang.String processGroupId, java.lang.String hostName, java.lang.String cmdLine)Construct a new object. |
| Method Summary | |
|---|---|
static SpawnedJobDetail |
from(javax.management.openmbean.CompositeData cd)Create an instance of the model specific class out of an associated CompositeData instance |
java.lang.String |
getCommandLine()Property that specifies the command line used to invoke an external program for this request. |
java.lang.String |
getHostName()The host name on which the job instance was spawned. |
java.lang.String |
getProcessGroupId()The process group identifier of the spawned job instance. |
java.lang.String |
getProcessId()The process identifier of the spawned job instance. |
long |
getRequestId()The ESS request identifier associated with these details. |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SpawnedJobDetail(long requestId,
java.lang.String processId,
java.lang.String processGroupId,
java.lang.String hostName,
java.lang.String cmdLine)
| Method Detail |
|---|
public long getRequestId()
public java.lang.String getProcessId()
The value of this attribute will usually be non-null only if the job was executing at the time this object was created.
public java.lang.String getProcessGroupId()
The value of this attribute will usually be non-null only if the job was executing at the time this object was created.
public java.lang.String getHostName()
The value of this attribute will usually be non-null only if the job was executing at the time this object was created.
public java.lang.String getCommandLine()
This value is identical to that of SystemProperty.CMDLINE.
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 SpawnedJobDetail from(javax.management.openmbean.CompositeData cd)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||