All Packages Class Hierarchy This Package Previous Next Index
Interface examples.exception.SimpleBeanMO
- public interface SimpleBeanMO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
getNbChanges()
-
-
getState()
-
-
performReset()
-
-
setState(String)
-
-
SetState(String, String)
-
getNbChanges
public abstract Integer getNbChanges() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getState
public abstract String getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setState
public abstract void setState(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetState
public abstract void SetState(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performReset
public abstract void performReset() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
All Packages Class Hierarchy This Package Previous Next Index