All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.jaw.impl.agent.services.light.RelationSrvMO

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

See Also:
MoGen

Method Index

 o getClassVersion()
 o performAddRelation(RelationIf, ObjectName)
 o performGetRelations(ObjectName, ObjectName, Integer)
 o performNewRelation(String, ObjectName, ObjectName[], ObjectName)

Methods

 o getClassVersion
 public abstract String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o performAddRelation
 public abstract ObjectName performAddRelation(RelationIf p0,
                                               ObjectName p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performNewRelation
 public abstract ObjectName performNewRelation(String p0,
                                               ObjectName p1,
                                               ObjectName p2[],
                                               ObjectName p3) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performGetRelations
 public abstract Vector performGetRelations(ObjectName p0,
                                            ObjectName p1,
                                            Integer p2) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException

All Packages  Class Hierarchy  This Package  Previous  Next  Index