|
|||||||||
| 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
public class 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
| Method Summary | |
|---|---|
static InboundProcessorRegistry |
getInstance()
Deprecated. Gets the one and only instance of the InboundProcessorRegistry class |
InboundProcessor |
getProcessor(java.lang.String methodName)
Deprecated. Get Inbound processor instance for given method |
boolean |
isAlreadyInOutboundQueue(java.lang.String methodName,
VisibilityType visibility)
Deprecated. Checks if container for the given method already exists in the outbound queue for given visibility Type. |
boolean |
isRegistered(java.lang.String methodName)
Deprecated. Returns true if given method is already registered, else false |
void |
register(InboundProcessor processor)
Deprecated. 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 |
| Method Detail |
|---|
public static InboundProcessorRegistry getInstance()
public void register(InboundProcessor processor)
processor - Any Object which is able to process inbound containers related
to particular methodpublic boolean isRegistered(java.lang.String methodName)
methodName - Name of method
public 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 queuepublic InboundProcessor getProcessor(java.lang.String methodName)
methodName - method name of inbound processor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||