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


public abstract interface MLetCacheVersionSrvMO
extends MLetSrvMO

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

See Also:
MoGen

Method Summary
 java.lang.String getCacheDirectory()
           
 void setCacheDirectory(java.lang.String value)
           
 void SetCacheDirectory(java.lang.String oper, java.lang.String value)
           
 
Methods inherited from interface com.sun.jaw.impl.agent.services.mlet.MLetSrvMO
getLibraryDirectory, performGetResource, performGetResource, performGetResourceAsStream, performGetResourceAsStream, performLoadURL, performLoadURL, performRemoteLoadURL, performRemoteLoadURL, setLibraryDirectory, SetLibraryDirectory
 
Methods inherited from interface com.sun.jaw.reference.client.mo.ManagedObject
connect, deleteObject, disconnect, getAdaptorMO, getGroupOper, getObjectName, modifyObject, readAll, readObject, setGroupOper
 

Method Detail

getCacheDirectory

public java.lang.String getCacheDirectory()
                                   throws InstanceNotFoundException,
                                          PropertyNotFoundException,
                                          java.lang.reflect.InvocationTargetException

setCacheDirectory

public void setCacheDirectory(java.lang.String value)
                       throws InstanceNotFoundException,
                              java.lang.IllegalAccessException,
                              PropertyNotFoundException,
                              InvalidPropertyValueException,
                              java.lang.ClassNotFoundException,
                              java.lang.InstantiationException,
                              java.lang.reflect.InvocationTargetException

SetCacheDirectory

public void SetCacheDirectory(java.lang.String oper,
                              java.lang.String value)
                       throws InstanceNotFoundException,
                              java.lang.IllegalAccessException,
                              PropertyNotFoundException,
                              InvalidPropertyValueException,
                              java.lang.ClassNotFoundException,
                              java.lang.InstantiationException,
                              java.lang.reflect.InvocationTargetException