|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ponder2.P2ObjectAdaptor.CreateOperation
public abstract static class P2ObjectAdaptor.CreateOperation
Base class to map an operation with known arguments to a specific call within a managed object
Constructor Summary | |
---|---|
P2ObjectAdaptor.CreateOperation()
|
Method Summary | |
---|---|
abstract ManagedObject |
call(P2Object obj,
P2Object source,
java.lang.String operation,
P2Object... args)
creates 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.CreateOperation()
Method Detail |
---|
public abstract ManagedObject call(P2Object obj, P2Object source, java.lang.String operation, P2Object... args) throws Ponder2Exception
source
- the subject OID of the operationargs
- arguments for the operation
Ponder2ArgumentException
Ponder2Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |