All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.jaw.impl.agent.services.mlet.LauncherSrvMO

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

See Also:
MoGen

Method Index

 o getMLetSrvObjectName()
 o getPath()
 o performLaunch()
 o setMLetSrvObjectName(String)
 o SetMLetSrvObjectName(String, String)
 o setPath(String)
 o SetPath(String, String)

Methods

 o getMLetSrvObjectName
 public abstract String getMLetSrvObjectName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPath
 public abstract String getPath() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setMLetSrvObjectName
 public abstract void setMLetSrvObjectName(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetMLetSrvObjectName
 public abstract void SetMLetSrvObjectName(String oper,
                                           String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setPath
 public abstract void setPath(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetPath
 public abstract void SetPath(String oper,
                              String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performLaunch
 public abstract void performLaunch() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException

All Packages  Class Hierarchy  This Package  Previous  Next  Index