All Packages Class Hierarchy This Package Previous Next Index
Class examples.mo.SimpleEvent.SimpleMOStub
java.lang.Object
|
+----examples.mo.SimpleEvent.SimpleMOStub
- public class SimpleMOStub
- extends Object
- implements SimpleMO, MOIf, SimpleListenerMO
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
SimpleMOStub()
- constructor with no parameter for newInstance()
-
addSimpleListener(SimpleListener)
-
-
addSimpleListenerMO(SimpleListenerMO)
-
-
connect(AdaptorMO)
-
-
deleteCmf()
-
-
deleteObject()
-
-
disconnect()
-
-
getAdaptorMO()
-
-
getClassVersion()
-
-
getGroupOper()
-
-
getNbChanges()
-
-
getObjectName()
- Returns the object name of the object
-
getState()
-
-
handleEvent1(SimpleEventMO)
-
-
handleEvent2(SimpleEventMO)
-
-
handlePropertyList(PropertyList)
- Update cached attributes.
-
modifyObject(boolean)
-
-
readAll()
-
-
readObject(boolean)
-
-
removeSimpleListener(SimpleListener)
-
-
removeSimpleListenerMO(SimpleListenerMO)
-
-
setAdaptorMO(AdaptorMO)
- Setter for the AdaptorMO.
-
setGroupOper(Boolean)
-
-
setObjectName(ObjectName)
- Setter for the ObjectName.
-
setState(String)
-
-
SetState(String, String)
-
SimpleMOStub
public SimpleMOStub()
- constructor with no parameter for newInstance()
getNbChanges
public Integer getNbChanges() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getClassVersion
public String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getState
public String getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setState
public void setState(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetState
public void SetState(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
addSimpleListenerMO
public synchronized void addSimpleListenerMO(SimpleListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
removeSimpleListenerMO
public synchronized void removeSimpleListenerMO(SimpleListenerMO x)
addSimpleListener
public synchronized void addSimpleListener(SimpleListener x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
removeSimpleListener
public synchronized void removeSimpleListener(SimpleListener x)
handleEvent1
public void handleEvent1(SimpleEventMO event)
handleEvent2
public void handleEvent2(SimpleEventMO event)
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
deleteCmf
public void deleteCmf() throws InstanceNotFoundException, InvocationTargetException
disconnect
public void disconnect()
connect
public void connect(AdaptorMO anAdaptor)
All Packages Class Hierarchy This Package Previous Next Index