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

Method Index

 o getLibraryDirectory()
 o performGetResource(String, String)
 o performGetResource(URL, String)
 o performGetResourceAsStream(String, String)
 o performGetResourceAsStream(URL, String)
 o performLoadURL(String)
 o performLoadURL(URL)
 o performRemoteLoadURL(String)
 o performRemoteLoadURL(URL)
 o setLibraryDirectory(String)
 o SetLibraryDirectory(String, String)

Methods

 o getLibraryDirectory
 public abstract String getLibraryDirectory() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setLibraryDirectory
 public abstract void setLibraryDirectory(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetLibraryDirectory
 public abstract void SetLibraryDirectory(String oper,
                                          String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performLoadURL
 public abstract void performLoadURL(String p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performLoadURL
 public abstract void performLoadURL(URL p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performGetResourceAsStream
 public abstract InputStream performGetResourceAsStream(String p0,
                                                        String p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performGetResourceAsStream
 public abstract InputStream performGetResourceAsStream(URL p0,
                                                        String p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performRemoteLoadURL
 public abstract Vector performRemoteLoadURL(String p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performRemoteLoadURL
 public abstract Vector performRemoteLoadURL(URL p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performGetResource
 public abstract URL performGetResource(String p0,
                                        String p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performGetResource
 public abstract URL performGetResource(URL p0,
                                        String p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException

All Packages  Class Hierarchy  This Package  Previous  Next  Index