public interface _ProcessorCallbackOperations
Processor.accepts
method
to query whether or not a processor will accept a certain operation.Modifier and Type | Method and Description |
---|---|
void |
isAccepted(boolean accepted,
java.lang.String sessionUuid,
java.lang.String procConn,
Ice.Current __current) |
void |
isProxyAccepted(boolean accepted,
java.lang.String sessionUuid,
ProcessorPrx procProxy,
Ice.Current __current) |
void |
responseRunning(java.util.List<java.lang.Long> jobIds,
Ice.Current __current) |
void isAccepted(boolean accepted, java.lang.String sessionUuid, java.lang.String procConn, Ice.Current __current)
void isProxyAccepted(boolean accepted, java.lang.String sessionUuid, ProcessorPrx procProxy, Ice.Current __current)
void responseRunning(java.util.List<java.lang.Long> jobIds, Ice.Current __current)