All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.client.mo.FrameworkMOStub

java.lang.Object
   |
   +----com.sun.jaw.reference.client.mo.FrameworkMOStub

public class FrameworkMOStub
extends Object
implements FrameworkMO, MOIf
Generated by the mogen compiler version: Generator.java 1.6 06/04/98 SMI

See Also:
MoGen

Constructor Index

 o FrameworkMOStub()
constructor with no parameter for newInstance()

Method Index

 o addFrameworkListenerMO(FrameworkListenerMO)
 o connect(AdaptorMO)
 o deleteObject()
 o disconnect()
 o getAdaptorMO()
 o getClassVersion()
 o getDomain()
 o getGroupOper()
 o getJdmkVersion()
 o getNbElements()
 o getObjectName()
Returns the object name of the object
 o handlePropertyList(PropertyList)
Update cached attributes.
 o modifyObject(boolean)
 o readAll()
 o readObject(boolean)
 o removeFrameworkListenerMO(FrameworkListenerMO)
 o setAdaptorMO(AdaptorMO)
Setter for the AdaptorMO.
 o setGroupOper(Boolean)
 o setObjectName(ObjectName)
Setter for the ObjectName.

Constructors

 o FrameworkMOStub
 public FrameworkMOStub()
constructor with no parameter for newInstance()

Methods

 o getDomain
 public String getDomain() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getJdmkVersion
 public String getJdmkVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getClassVersion
 public String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getNbElements
 public Integer getNbElements() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o addFrameworkListenerMO
 public synchronized void addFrameworkListenerMO(FrameworkListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
 o removeFrameworkListenerMO
 public synchronized void removeFrameworkListenerMO(FrameworkListenerMO x)
 o setObjectName
 public void setObjectName(ObjectName name)
Setter for the ObjectName.

 o setAdaptorMO
 public void setAdaptorMO(AdaptorMO adp)
Setter for the AdaptorMO.

 o handlePropertyList
 public void handlePropertyList(PropertyList list)
Update cached attributes.

 o getObjectName
 public ObjectName getObjectName()
Returns the object name of the object

 o getAdaptorMO
 public AdaptorMO getAdaptorMO()
 o getGroupOper
 public Boolean getGroupOper()
 o setGroupOper
 public void setGroupOper(Boolean param)
 o readAll
 public void readAll() throws InstanceNotFoundException
 o readObject
 public void readObject(boolean perform) throws InstanceNotFoundException
 o modifyObject
 public void modifyObject(boolean perform) throws InstanceNotFoundException, IllegalAccessException, InvocationTargetException
 o deleteObject
 public void deleteObject() throws InstanceNotFoundException, InvocationTargetException
 o disconnect
 public void disconnect()
 o connect
 public void connect(AdaptorMO anAdaptor)

All Packages  Class Hierarchy  This Package  Previous  Next  Index