All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.impl.agent.services.cascading.RemoteAgentMOStub
java.lang.Object
|
+----com.sun.jaw.impl.agent.services.cascading.RemoteAgentMOStub
- public class RemoteAgentMOStub
- extends Object
- implements RemoteAgentMO, MOIf
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
RemoteAgentMOStub()
- constructor with no parameter for newInstance()
-
connect(AdaptorMO)
-
-
deleteCmf()
-
-
deleteObject()
-
-
disconnect()
-
-
getAdaptorMO()
-
-
getAdpName()
-
-
getClassVersion()
-
-
getConnected()
-
-
getGroupOper()
-
-
getHost()
-
-
getNbOfRemoteObjects()
-
-
getObjectName()
- Returns the object name of the object
-
getPort()
-
-
getProtocol()
-
-
getServerAdpName()
-
-
handlePropertyList(PropertyList)
- Update cached attributes.
-
isActive()
-
-
modifyObject(boolean)
-
-
performSetup(Object)
-
-
performStart()
-
-
performStop()
-
-
readAll()
-
-
readObject(boolean)
-
-
setAdaptorMO(AdaptorMO)
- Setter for the AdaptorMO.
-
setGroupOper(Boolean)
-
-
setObjectName(ObjectName)
- Setter for the ObjectName.
-
setServerAdpName(String)
-
-
SetServerAdpName(String, String)
-
RemoteAgentMOStub
public RemoteAgentMOStub()
- constructor with no parameter for newInstance()
getHost
public String getHost() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getAdpName
public String getAdpName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPort
public Integer getPort() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getClassVersion
public String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getServerAdpName
public String getServerAdpName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isActive
public boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getConnected
public Boolean getConnected() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getProtocol
public String getProtocol() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getNbOfRemoteObjects
public Integer getNbOfRemoteObjects() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setServerAdpName
public void setServerAdpName(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetServerAdpName
public void SetServerAdpName(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performStart
public void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performSetup
public void performSetup(Object p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStop
public void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
setObjectName
public void setObjectName(ObjectName name)
- Setter for the ObjectName.
setAdaptorMO
public void setAdaptorMO(AdaptorMO adp)
- Setter for the AdaptorMO.
handlePropertyList
public void handlePropertyList(PropertyList list)
- Update cached attributes.
getObjectName
public ObjectName getObjectName()
- Returns the object name of the object
getAdaptorMO
public AdaptorMO getAdaptorMO()
getGroupOper
public Boolean getGroupOper()
setGroupOper
public void setGroupOper(Boolean param)
readAll
public void readAll() throws InstanceNotFoundException
readObject
public void readObject(boolean perform) throws InstanceNotFoundException
modifyObject
public void modifyObject(boolean perform) throws InstanceNotFoundException, IllegalAccessException, InvocationTargetException
deleteObject
public void deleteObject() throws InstanceNotFoundException, InvocationTargetException
deleteCmf
public void deleteCmf() throws InstanceNotFoundException, InvocationTargetException
disconnect
public void disconnect()
connect
public void connect(AdaptorMO anAdaptor)
All Packages Class Hierarchy This Package Previous Next Index