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

Method Index

 o addFrameworkListenerMO(FrameworkListenerMO)
 o getClassVersion()
 o getDomain()
 o getJdmkVersion()
 o getNbElements()
 o removeFrameworkListenerMO(FrameworkListenerMO)

Methods

 o getDomain
 public abstract String getDomain() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getJdmkVersion
 public abstract String getJdmkVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getClassVersion
 public abstract String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getNbElements
 public abstract Integer getNbElements() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o addFrameworkListenerMO
 public abstract void addFrameworkListenerMO(FrameworkListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
 o removeFrameworkListenerMO
 public abstract void removeFrameworkListenerMO(FrameworkListenerMO x)

All Packages  Class Hierarchy  This Package  Previous  Next  Index