|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ponder2.P2ObjectAdaptor.InstanceOperation
public abstract static class P2ObjectAdaptor.InstanceOperation
Base class to map an operation with known arguments to a specific call within a managed object
Constructor Summary | |
---|---|
P2ObjectAdaptor.InstanceOperation()
|
Method Summary | |
---|---|
abstract P2Object |
call(P2Object thisobj,
ManagedObject obj,
P2Object source,
java.lang.String operation,
P2Object... args)
calls an operation in a managed object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public P2ObjectAdaptor.InstanceOperation()
Method Detail |
---|
public abstract P2Object call(P2Object thisobj, ManagedObject obj, P2Object source, java.lang.String operation, P2Object... args) throws Ponder2Exception
obj
- the instance of the managed object to be calledsource
- the subject OID of the operationargs
- arguments for the operation
Ponder2Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |