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
-
getClassVersion()
-
-
performAddRelation(RelationIf, ObjectName)
-
-
performGetRelations(ObjectName, ObjectName, Integer)
-
-
performNewRelation(String, ObjectName, ObjectName[], ObjectName)
-
getClassVersion
public abstract String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
performAddRelation
public abstract ObjectName performAddRelation(RelationIf p0,
ObjectName p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performNewRelation
public abstract ObjectName performNewRelation(String p0,
ObjectName p1,
ObjectName p2[],
ObjectName p3) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
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