Package oracle.as.scheduler.async
Class RemoteAsyncHelper
java.lang.Object
oracle.as.scheduler.request.RemoteConnector
oracle.as.scheduler.async.RemoteAsyncHelper
Helper class for invoking the remote asynchronous request bean
This class can be used by a remote asynchronous EJB job to communicate its status back to Oracle Enterprise Scheduler.
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteAsyncHelper
(RequestExecutionContext context, RequestParameters params) RemoteAsyncHelper
(RequestExecutionContext context, RequestParameters params, String asyncReqBeanMapName) RemoteAsyncHelper
(RequestExecutionContext context, RequestParameters params, String username, char[] password) RemoteAsyncHelper
(RequestExecutionContext context, RequestParameters params, Context jndiContext) RemoteAsyncHelper
(RequestExecutionContext context, RequestParameters params, Context jndiContext, String jndiMapName) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
onBizError
(String errorMsg) final void
onCancel()
final void
final void
final void
final void
void
setRequestStatus
(AsyncStatus status, String statusMessage) Methods inherited from class oracle.as.scheduler.request.RemoteConnector
getAsyncRequestEJB, getAsyncRequestEJB, getAsyncRequestEJB, getAsyncRequestEJB, getAsyncRequestEJB, getInitialContext, getInitialContext, getInitialContext, getInitialContext, getMetadataServiceEJB, getMetadataServiceEJB, getMetadataServiceEJB, getMetadataServiceEJB, getMetadataServiceEJB, getRuntimeServiceEJB, getRuntimeServiceEJB, getRuntimeServiceEJB, getRuntimeServiceEJB, getRuntimeServiceEJB, lookupCredentials
-
Constructor Details
-
RemoteAsyncHelper
public RemoteAsyncHelper(RequestExecutionContext context, RequestParameters params) throws NamingException, SchedulerException - Throws:
NamingException
SchedulerException
-
RemoteAsyncHelper
public RemoteAsyncHelper(RequestExecutionContext context, RequestParameters params, String asyncReqBeanMapName) throws NamingException, SchedulerException - Throws:
NamingException
SchedulerException
-
RemoteAsyncHelper
public RemoteAsyncHelper(RequestExecutionContext context, RequestParameters params, String username, char[] password) throws NamingException, SchedulerException - Throws:
NamingException
SchedulerException
-
RemoteAsyncHelper
public RemoteAsyncHelper(RequestExecutionContext context, RequestParameters params, Context jndiContext) throws NamingException, SchedulerException - Throws:
NamingException
SchedulerException
-
RemoteAsyncHelper
public RemoteAsyncHelper(RequestExecutionContext context, RequestParameters params, Context jndiContext, String jndiMapName) throws NamingException, SchedulerException - Throws:
NamingException
SchedulerException
-
-
Method Details
-
onSuccess
-
onError
-
onBizError
public final void onBizError(String errorMsg) throws RuntimeServiceException, RequestNotFoundException -
onWarning
public final void onWarning(String warningMsg) throws RuntimeServiceException, RequestNotFoundException -
onPause
public final void onPause(String pausedState) throws RuntimeServiceException, RequestNotFoundException -
onCancel
-
setRequestStatus
public void setRequestStatus(AsyncStatus status, String statusMessage) throws RuntimeServiceException, RequestNotFoundException
-