All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface examples.tutorial.SimpleBeanMO

public interface SimpleBeanMO
extends ManagedObject
Generated by the mogen compiler version: Generator.java 3.1 09/29/98 SMI

See Also:
MoGen

Method Index

 o getNbChanges()
 o getState()
 o performReset()
 o setState(String)
 o SetState(String, String)

Methods

 o getNbChanges
 public abstract Integer getNbChanges() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getState
 public abstract String getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setState
 public abstract void setState(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetState
 public abstract void SetState(String oper,
                               String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performReset
 public abstract void performReset() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException

All Packages  Class Hierarchy  This Package  Previous  Next  Index