com.sun.jaw.reference.client.mo
Interface FrameworkMO


public abstract interface FrameworkMO
extends ManagedObject

The c-bean interface of the Framework m-bean.

See Also:
MoGen

Method Summary
 void addFrameworkListenerMO(FrameworkListenerMO x)
           
 java.lang.String getClassVersion()
           
 java.lang.String getDomain()
           
 java.lang.String getJdmkVersion()
           
 java.lang.Integer getNbElements()
           
 void removeFrameworkListenerMO(FrameworkListenerMO x)
           
 
Methods inherited from interface com.sun.jaw.reference.client.mo.ManagedObject
connect, deleteObject, disconnect, getAdaptorMO, getGroupOper, getObjectName, modifyObject, readAll, readObject, setGroupOper
 

Method Detail

getJdmkVersion

public java.lang.String getJdmkVersion()
                                throws InstanceNotFoundException,
                                       PropertyNotFoundException,
                                       java.lang.reflect.InvocationTargetException

getDomain

public java.lang.String getDomain()
                           throws InstanceNotFoundException,
                                  PropertyNotFoundException,
                                  java.lang.reflect.InvocationTargetException

getClassVersion

public java.lang.String getClassVersion()
                                 throws InstanceNotFoundException,
                                        PropertyNotFoundException,
                                        java.lang.reflect.InvocationTargetException

getNbElements

public java.lang.Integer getNbElements()
                                throws InstanceNotFoundException,
                                       PropertyNotFoundException,
                                       java.lang.reflect.InvocationTargetException

addFrameworkListenerMO

public void addFrameworkListenerMO(FrameworkListenerMO x)
                            throws InstanceNotFoundException,
                                   java.lang.IllegalAccessException,
                                   java.lang.InstantiationException,
                                   java.lang.ClassNotFoundException

removeFrameworkListenerMO

public void removeFrameworkListenerMO(FrameworkListenerMO x)