All Packages Class Hierarchy This Package Previous Next Index
Class examples.recover.CounterBeanMOStub
java.lang.Object
|
+----examples.recover.CounterBeanMOStub
- public class CounterBeanMOStub
- extends Object
- implements CounterBeanMO, MOIf
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
CounterBeanMOStub()
- constructor with no parameter for newInstance()
-
connect(AdaptorMO)
-
-
deleteCmf()
-
-
deleteObject()
-
-
disconnect()
-
-
getAdaptorMO()
-
-
getCount()
-
-
getGroupOper()
-
-
getObjectName()
- Returns the object name of the object
-
handlePropertyList(PropertyList)
- Update cached attributes.
-
isActive()
-
-
modifyObject(boolean)
-
-
performStart()
-
-
performStop()
-
-
readAll()
-
-
readObject(boolean)
-
-
setAdaptorMO(AdaptorMO)
- Setter for the AdaptorMO.
-
setCount(int)
-
-
SetCount(String, int)
-
-
setGroupOper(Boolean)
-
-
setObjectName(ObjectName)
- Setter for the ObjectName.
CounterBeanMOStub
public CounterBeanMOStub()
- constructor with no parameter for newInstance()
getCount
public int getCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isActive
public boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setCount
public void setCount(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetCount
public void SetCount(String oper,
int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performStop
public void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStart
public void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
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