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
-
getMLetSrvObjectName()
-
-
getPath()
-
-
performLaunch()
-
-
setMLetSrvObjectName(String)
-
-
SetMLetSrvObjectName(String, String)
-
-
setPath(String)
-
-
SetPath(String, String)
-
getMLetSrvObjectName
public abstract String getMLetSrvObjectName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPath
public abstract String getPath() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setMLetSrvObjectName
public abstract void setMLetSrvObjectName(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetMLetSrvObjectName
public abstract void SetMLetSrvObjectName(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setPath
public abstract void setPath(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetPath
public abstract void SetPath(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performLaunch
public abstract void performLaunch() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
All Packages Class Hierarchy This Package Previous Next Index