com.sun.mfwk.cib.sdk.states
Class CIBResourceOperationalStatusImpl

java.lang.Object
  extended bycom.sun.mfwk.cib.sdk.states.CIBOperationalStatusStateImpl
      extended bycom.sun.mfwk.cib.sdk.states.CIBResourceOperationalStatusImpl
All Implemented Interfaces:
CIBOperationalStatusState, CIBProvider, CIBState

public class CIBResourceOperationalStatusImpl
extends CIBOperationalStatusStateImpl

Provides default implementation of an operational status State provider for a CIBResource. This implementation is fully based on the Java-ES MF Instrumentation SDK.


Field Summary
 
Fields inherited from interface com.sun.mfwk.cib.states.CIBOperationalStatusState
FAILED, RUNNING, STARTING, STOPPED, STOPPING
 
Constructor Summary
CIBResourceOperationalStatusImpl(javax.management.MBeanServerConnection connection, java.util.Map map)
          Contructor
CIBResourceOperationalStatusImpl(javax.management.MBeanServerConnection connection, javax.management.ObjectName name)
          Contructor
CIBResourceOperationalStatusImpl(javax.management.MBeanServerConnection connection, java.lang.String name)
          Contructor
 
Methods inherited from class com.sun.mfwk.cib.sdk.states.CIBOperationalStatusStateImpl
destroy, getLastChange, getStartTime, getState, init, start, stop, toStateString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CIBResourceOperationalStatusImpl

public CIBResourceOperationalStatusImpl(javax.management.MBeanServerConnection connection,
                                        java.util.Map map)
Contructor

Parameters:
connection - MBeanServerConnection
map - Map

CIBResourceOperationalStatusImpl

public CIBResourceOperationalStatusImpl(javax.management.MBeanServerConnection connection,
                                        java.lang.String name)
                                 throws javax.management.MalformedObjectNameException
Contructor

Parameters:
connection - MBeanServerConnection
name - String

CIBResourceOperationalStatusImpl

public CIBResourceOperationalStatusImpl(javax.management.MBeanServerConnection connection,
                                        javax.management.ObjectName name)
                                 throws javax.management.MalformedObjectNameException
Contructor

Parameters:
connection - MBeanServerConnection
name - ObjectName
Throws:
javax.management.MalformedObjectNameException