Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


oracle.as.scheduler.management
Class ServerInfo

java.lang.Object
  extended by oracle.as.scheduler.management.ServerInfo

All Implemented Interfaces:
java.io.Serializable

public class ServerInfo
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ServerInfo(java.lang.String instanceId, java.util.Calendar lastCheckin, java.lang.String processGroup, java.lang.String serverName, java.lang.String domainName, java.lang.String clusterName, java.lang.String hostName)
          Constructor.

 

Method Summary
static ServerInfo from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance
 java.lang.String getClusterName()
           
 java.lang.String getDomainName()
           
 java.lang.String getHostName()
           
 java.lang.String getInstanceId()
           
 java.util.Calendar getLastCheckin()
           
 java.lang.String getProcessGroup()
           
 java.lang.String getServerName()
           
 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

ServerInfo

public ServerInfo(java.lang.String instanceId,
                  java.util.Calendar lastCheckin,
                  java.lang.String processGroup,
                  java.lang.String serverName,
                  java.lang.String domainName,
                  java.lang.String clusterName,
                  java.lang.String hostName)
Constructor.

Method Detail

getInstanceId

public java.lang.String getInstanceId()

getLastCheckin

public java.util.Calendar getLastCheckin()

getProcessGroup

public java.lang.String getProcessGroup()

getServerName

public java.lang.String getServerName()

getDomainName

public java.lang.String getDomainName()

getClusterName

public java.lang.String getClusterName()

getHostName

public java.lang.String getHostName()

toCompositeType

public static javax.management.openmbean.CompositeType toCompositeType()
Returns the CompositeType that describes this model specific class

toCompositeData

public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
Convert an instance of this model specific type to a CompositeData. This ensure that clients that do not have access to the model specific class can still use the MBean. The MXBean framework can perform this conversion automatically. However MXBeans are part of JDK 6.0 and AS11g is required to support JDK 5.0
Parameters:
ct - This parameter is there only for future compatibility reasons with JDK 6.0. It can be ignored at this point.

from

public static ServerInfo from(javax.management.openmbean.CompositeData cd)
                       throws java.lang.IllegalArgumentException
Create an instance of the model specific class out of an associated CompositeData instance
Throws:
java.lang.IllegalArgumentException

toDiagnosticString

public java.lang.String toDiagnosticString()
Creates a String representation of this object to aid diagnosis. This is used in ESS DFW diagnostic dumps.

Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.