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
-
FrameworkMOStub()
- constructor with no parameter for newInstance()
-
addFrameworkListenerMO(FrameworkListenerMO)
-
-
connect(AdaptorMO)
-
-
deleteObject()
-
-
disconnect()
-
-
getAdaptorMO()
-
-
getClassVersion()
-
-
getDomain()
-
-
getGroupOper()
-
-
getJdmkVersion()
-
-
getNbElements()
-
-
getObjectName()
- Returns the object name of the object
-
handlePropertyList(PropertyList)
- Update cached attributes.
-
modifyObject(boolean)
-
-
readAll()
-
-
readObject(boolean)
-
-
removeFrameworkListenerMO(FrameworkListenerMO)
-
-
setAdaptorMO(AdaptorMO)
- Setter for the AdaptorMO.
-
setGroupOper(Boolean)
-
-
setObjectName(ObjectName)
- Setter for the ObjectName.
FrameworkMOStub
public FrameworkMOStub()
- constructor with no parameter for newInstance()
getDomain
public String getDomain() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getJdmkVersion
public String getJdmkVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getClassVersion
public String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getNbElements
public Integer getNbElements() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
addFrameworkListenerMO
public synchronized void addFrameworkListenerMO(FrameworkListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
removeFrameworkListenerMO
public synchronized void removeFrameworkListenerMO(FrameworkListenerMO x)
setObjectName
public void setObjectName(ObjectName name)
- Setter for the ObjectName.
setAdaptorMO
public void setAdaptorMO(AdaptorMO adp)
- Setter for the AdaptorMO.
handlePropertyList
public void handlePropertyList(PropertyList list)
- Update cached attributes.
getObjectName
public ObjectName getObjectName()
- Returns the object name of the object
getAdaptorMO
public AdaptorMO getAdaptorMO()
getGroupOper
public Boolean getGroupOper()
setGroupOper
public void setGroupOper(Boolean param)
readAll
public void readAll() throws InstanceNotFoundException
readObject
public void readObject(boolean perform) throws InstanceNotFoundException
modifyObject
public void modifyObject(boolean perform) throws InstanceNotFoundException, IllegalAccessException, InvocationTargetException
deleteObject
public void deleteObject() throws InstanceNotFoundException, InvocationTargetException
disconnect
public void disconnect()
connect
public void connect(AdaptorMO anAdaptor)
All Packages Class Hierarchy This Package Previous Next Index