All Packages Class Hierarchy This Package Previous Next Index
Interface examples.recover.CounterBeanMO
- public interface CounterBeanMO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
getCount()
-
-
isActive()
-
-
performStart()
-
-
performStop()
-
-
setCount(int)
-
-
SetCount(String, int)
-
getCount
public abstract int getCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isActive
public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setCount
public abstract void setCount(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetCount
public abstract void SetCount(String oper,
int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performStop
public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStart
public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
All Packages Class Hierarchy This Package Previous Next Index