All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface examples.mo.IndexSimple.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 getAnArray()
 o getAnArray(int)
 o getNbChanges()
 o getState()
 o setAnArray(int, String)
 o SetAnArray(int, String, String)
 o SetAnArray(String, String[])
 o setAnArray(String[])
 o setState(String)
 o SetState(String, String)

Methods

 o getNbChanges
 public abstract Integer getNbChanges() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getAnArray
 public abstract String getAnArray(int pos) throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getAnArray
 public abstract String[] getAnArray() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getState
 public abstract String getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setAnArray
 public abstract void setAnArray(String value[]) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetAnArray
 public abstract void SetAnArray(String oper,
                                 String value[]) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setAnArray
 public abstract void setAnArray(int pos,
                                 String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetAnArray
 public abstract void SetAnArray(int pos,
                                 String oper,
                                 String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index