|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICollectiveOpStatus
Contains the status of a collective invocation of an operation or a collective setup of an attribute.
IAgentManagerProxy
Method Summary | |
---|---|
java.lang.String |
getComponentName(int compNum)
Returns the name of the compNum-th component. |
int |
getCount()
Returns the number of collection components that were operated on. |
java.lang.Object |
getReturnValue(int compNum)
Returns the return value of the compNum-th operation. |
java.lang.Throwable |
getThrowable(int compNum)
Returns the throwable object of a failed compNum-th operation. |
boolean |
operationIsSuccessful(int compNum)
Returns true if the operation on the compNum-th component was successful. |
Method Detail |
---|
java.lang.String getComponentName(int compNum)
compNum
- the position of the component in the list
int getCount()
java.lang.Object getReturnValue(int compNum)
compNum
- the position of the component in the list
java.lang.Throwable getThrowable(int compNum)
compNum
- the position of the component in the list
boolean operationIsSuccessful(int compNum)
compNum
- the position of the component in the list
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |