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
-
addSimpleListener(SimpleListener)
-
-
addSimpleListenerMO(SimpleListenerMO)
-
-
getClassVersion()
-
-
getNbChanges()
-
-
getState()
-
-
removeSimpleListener(SimpleListener)
-
-
removeSimpleListenerMO(SimpleListenerMO)
-
-
setState(String)
-
-
SetState(String, String)
-
getNbChanges
public abstract Integer getNbChanges() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getClassVersion
public abstract String getClassVersion() 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
addSimpleListenerMO
public abstract void addSimpleListenerMO(SimpleListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
removeSimpleListenerMO
public abstract void removeSimpleListenerMO(SimpleListenerMO x)
addSimpleListener
public abstract void addSimpleListener(SimpleListener x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
removeSimpleListener
public abstract void removeSimpleListener(SimpleListener x)
All Packages Class Hierarchy This Package Previous Next Index