All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.jaw.impl.agent.services.mlet.MLetSrvMO
- public interface MLetSrvMO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
getLibraryDirectory()
-
-
performGetResource(String, String)
-
-
performGetResource(URL, String)
-
-
performGetResourceAsStream(String, String)
-
-
performGetResourceAsStream(URL, String)
-
-
performLoadURL(String)
-
-
performLoadURL(URL)
-
-
performRemoteLoadURL(String)
-
-
performRemoteLoadURL(URL)
-
-
setLibraryDirectory(String)
-
-
SetLibraryDirectory(String, String)
-
getLibraryDirectory
public abstract String getLibraryDirectory() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setLibraryDirectory
public abstract void setLibraryDirectory(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetLibraryDirectory
public abstract void SetLibraryDirectory(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performLoadURL
public abstract void performLoadURL(String p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performLoadURL
public abstract void performLoadURL(URL p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performGetResourceAsStream
public abstract InputStream performGetResourceAsStream(String p0,
String p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performGetResourceAsStream
public abstract InputStream performGetResourceAsStream(URL p0,
String p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performRemoteLoadURL
public abstract Vector performRemoteLoadURL(String p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performRemoteLoadURL
public abstract Vector performRemoteLoadURL(URL p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performGetResource
public abstract URL performGetResource(String p0,
String p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performGetResource
public abstract URL performGetResource(URL p0,
String p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
All Packages Class Hierarchy This Package Previous Next Index