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

Constructor Index

 o MLetCacheVersionSrvMOStub()
constructor with no parameter for newInstance()

Method Index

 o getCacheDirectory()
 o handlePropertyList(PropertyList)
Update cached attributes.
 o setAdaptorMO(AdaptorMO)
Setter for the AdaptorMO.
 o setCacheDirectory(String)
 o SetCacheDirectory(String, String)
 o setObjectName(ObjectName)
Setter for the ObjectName.

Constructors

 o MLetCacheVersionSrvMOStub
 public MLetCacheVersionSrvMOStub()
constructor with no parameter for newInstance()

Methods

 o getCacheDirectory
 public String getCacheDirectory() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setCacheDirectory
 public void setCacheDirectory(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetCacheDirectory
 public void SetCacheDirectory(String oper,
                               String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setObjectName
 public void setObjectName(ObjectName name)
Setter for the ObjectName.

Overrides:
setObjectName in class MLetSrvMOStub
 o setAdaptorMO
 public void setAdaptorMO(AdaptorMO adp)
Setter for the AdaptorMO.

Overrides:
setAdaptorMO in class MLetSrvMOStub
 o handlePropertyList
 public void handlePropertyList(PropertyList list)
Update cached attributes.

Overrides:
handlePropertyList in class MLetSrvMOStub

All Packages  Class Hierarchy  This Package  Previous  Next  Index