|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mfwk.cib.sdk.config.CIBConfigurationImpl
Default implementation of a Configuration provider. This implementation is fully based on the Java-ES MF Instrumentation SDK.
Field Summary | |
CIBConnection |
myConnection
|
java.lang.String |
myType
|
Constructor Summary | |
CIBConfigurationImpl(javax.management.MBeanServerConnection connection,
java.util.Map map)
Constructor |
Method Summary | |
void |
destroy()
Destroy the statistics and clean the statistics objects/values when needed, close all the communications. |
javax.management.Attribute |
getAttribute(java.lang.String name)
Get the CP Attribute linked to the name |
java.lang.String |
getType()
Returns the type of the configuration |
void |
init()
Initialize the statistics mechanism. |
void |
start()
Start the configuration collections and clean the statistics objects/values when needed, close all the communications. |
void |
stop()
Stop the statistics collections and clean the statistics objects/values when needed, close all the communications. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String myType
public CIBConnection myConnection
Constructor Detail |
public CIBConfigurationImpl(javax.management.MBeanServerConnection connection, java.util.Map map)
connection
- MBeanServerConnectionmap
- MapMethod Detail |
public java.lang.String getType()
getType
in interface CIBConfiguration
public javax.management.Attribute getAttribute(java.lang.String name) throws CIBIOException, CIBAttributeNotFoundException
name
- String
CIBIOException
CIBAttributeNotFoundException
public void init() throws CIBIOException, CIBException
init
in interface CIBProvider
CIBIOException
CIBException
public void destroy() throws CIBIOException, CIBException
destroy
in interface CIBProvider
CIBIOException
CIBException
public void start()
public void stop()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |