|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a high-level view of a managed object for a client or manager.
Method Summary | |
void |
connect(AdaptorMO anAdaptor)
Connect the C-bean to the adaptor. |
void |
deleteObject()
Deletes the managed object. |
void |
disconnect()
Disconnect the C-bean from the adaptor. |
AdaptorMO |
getAdaptorMO()
Get access to the AdaptorMO which has created the current instance. |
java.lang.Boolean |
getGroupOper()
Returns the GroupOper property. |
ObjectName |
getObjectName()
Returns the object name of the object. |
void |
modifyObject(boolean perform)
Modifies one or several properties. |
void |
readAll()
Reads all the properties of the object. |
void |
readObject(boolean perform)
Reads one or several properties. |
void |
setGroupOper(java.lang.Boolean group)
Sets the GroupOper property. |
Method Detail |
public ObjectName getObjectName()
public java.lang.Boolean getGroupOper()
readObject(boolean)
,
modifyObject(boolean)
public void setGroupOper(java.lang.Boolean group)
group
- The new property value.public void modifyObject(boolean perform) throws InstanceNotFoundException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
modifyObject
method
will perform all the previously requested set operations (till the last
call to modifyObject).perform
- Indicates whether or not to perform the operation.public void readObject(boolean perform) throws InstanceNotFoundException
readObject
method
will perform all the previously requested set operations (till the last
call to readObject).perform
- Indicates whether or not to perform the operation.public void readAll() throws InstanceNotFoundException
public void deleteObject() throws InstanceNotFoundException, java.lang.reflect.InvocationTargetException
public void connect(AdaptorMO anAdaptor)
anAdaptor
- Adaptor to which the C-bean needs to be
connected.public void disconnect()
public AdaptorMO getAdaptorMO()
null
if the object is not connected.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |