|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.sync.InboundProcessorRegistry
Central instance that implements a registry for all inbound processors. Each inbound processor must be registered before it cann be called by the framework
Constructor Summary | |
InboundProcessorRegistry()
|
Method Summary | |
static InboundProcessorRegistry |
getInstance()
Gets the one and only instance of the InboundProcessorRegistry class |
abstract boolean |
isAlreadyInOutboundQueue(java.lang.String methodName,
VisibilityType visibility)
Checks if container for the given method already exists in the outbound queue for given visibility Type. |
abstract boolean |
isRegistered(java.lang.String methodName)
Returns true if given method is already registered, else false |
abstract void |
register(InboundProcessor processor)
Registers the given processor in the framework registry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InboundProcessorRegistry()
Method Detail |
public static InboundProcessorRegistry getInstance()
public abstract void register(InboundProcessor processor)
processor
- Any Object which is able to process inbound containers
related to particular methodpublic abstract boolean isRegistered(java.lang.String methodName)
methodName
- Name of method
public abstract boolean isAlreadyInOutboundQueue(java.lang.String methodName, VisibilityType visibility)
methodName
- Name of the methodvisibility
- Detzermines if the check should be done in the s
shared or separated outbound queue.
True
if container for given method name
already exists in the outbound queue
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |