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


public abstract interface MLetClassLoaderMO
extends ManagedObject

The c-bean interface of the MLetClassLoader m-bean.

See Also:
MoGen

Method Summary
 java.net.URL getCodeBase()
           
 ObjectName getLoaderName()
           
 java.net.URL[] getURLs()
           
 
Methods inherited from interface com.sun.jaw.reference.client.mo.ManagedObject
connect, deleteObject, disconnect, getAdaptorMO, getGroupOper, getObjectName, modifyObject, readAll, readObject, setGroupOper
 

Method Detail

getLoaderName

public ObjectName getLoaderName()
                         throws InstanceNotFoundException,
                                PropertyNotFoundException,
                                java.lang.reflect.InvocationTargetException

getCodeBase

public java.net.URL getCodeBase()
                         throws InstanceNotFoundException,
                                PropertyNotFoundException,
                                java.lang.reflect.InvocationTargetException

getURLs

public java.net.URL[] getURLs()
                       throws InstanceNotFoundException,
                              PropertyNotFoundException,
                              java.lang.reflect.InvocationTargetException