All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.jaw.reference.client.mo.FrameworkMO
- public interface FrameworkMO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 1.6 06/04/98 SMI
- See Also:
- MoGen
-
addFrameworkListenerMO(FrameworkListenerMO)
-
-
getClassVersion()
-
-
getDomain()
-
-
getJdmkVersion()
-
-
getNbElements()
-
-
removeFrameworkListenerMO(FrameworkListenerMO)
-
getDomain
public abstract String getDomain() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getJdmkVersion
public abstract String getJdmkVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getClassVersion
public abstract String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getNbElements
public abstract Integer getNbElements() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
addFrameworkListenerMO
public abstract void addFrameworkListenerMO(FrameworkListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
removeFrameworkListenerMO
public abstract void removeFrameworkListenerMO(FrameworkListenerMO x)
All Packages Class Hierarchy This Package Previous Next Index