All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface examples.mo.SimpleEvent.SimpleMO

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

See Also:
MoGen

Method Index

 o addSimpleListener(SimpleListener)
 o addSimpleListenerMO(SimpleListenerMO)
 o getClassVersion()
 o getNbChanges()
 o getState()
 o removeSimpleListener(SimpleListener)
 o removeSimpleListenerMO(SimpleListenerMO)
 o setState(String)
 o SetState(String, String)

Methods

 o getNbChanges
 public abstract Integer getNbChanges() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getClassVersion
 public abstract String getClassVersion() 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 addSimpleListenerMO
 public abstract void addSimpleListenerMO(SimpleListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
 o removeSimpleListenerMO
 public abstract void removeSimpleListenerMO(SimpleListenerMO x)
 o addSimpleListener
 public abstract void addSimpleListener(SimpleListener x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
 o removeSimpleListener
 public abstract void removeSimpleListener(SimpleListener x)

All Packages  Class Hierarchy  This Package  Previous  Next  Index