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

Method Index

 o getCount()
 o isActive()
 o performStart()
 o performStop()
 o setCount(int)
 o SetCount(String, int)

Methods

 o getCount
 public abstract int getCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o isActive
 public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setCount
 public abstract void setCount(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetCount
 public abstract void SetCount(String oper,
                               int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performStop
 public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performStart
 public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException

All Packages  Class Hierarchy  This Package  Previous  Next  Index