All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.impl.agent.services.mlet.MLetCacheVersionSrvMOStub
java.lang.Object
|
+----com.sun.jaw.impl.agent.services.mlet.MLetSrvMOStub
|
+----com.sun.jaw.impl.agent.services.mlet.MLetCacheVersionSrvMOStub
- public class MLetCacheVersionSrvMOStub
- extends MLetSrvMOStub
- implements MLetCacheVersionSrvMO, MOIf
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
MLetCacheVersionSrvMOStub()
- constructor with no parameter for newInstance()
-
getCacheDirectory()
-
-
handlePropertyList(PropertyList)
- Update cached attributes.
-
setAdaptorMO(AdaptorMO)
- Setter for the AdaptorMO.
-
setCacheDirectory(String)
-
-
SetCacheDirectory(String, String)
-
-
setObjectName(ObjectName)
- Setter for the ObjectName.
MLetCacheVersionSrvMOStub
public MLetCacheVersionSrvMOStub()
- constructor with no parameter for newInstance()
getCacheDirectory
public String getCacheDirectory() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setCacheDirectory
public void setCacheDirectory(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetCacheDirectory
public void SetCacheDirectory(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setObjectName
public void setObjectName(ObjectName name)
- Setter for the ObjectName.
- Overrides:
- setObjectName in class MLetSrvMOStub
setAdaptorMO
public void setAdaptorMO(AdaptorMO adp)
- Setter for the AdaptorMO.
- Overrides:
- setAdaptorMO in class MLetSrvMOStub
handlePropertyList
public void handlePropertyList(PropertyList list)
- Update cached attributes.
- Overrides:
- handlePropertyList in class MLetSrvMOStub
All Packages Class Hierarchy This Package Previous Next Index