Package | Description |
---|---|
oracle.as.scheduler.request |
Request Log and Output Content API.
|
Modifier and Type | Method and Description |
---|---|
RuntimeServiceRemote |
RemoteConnector.getRuntimeServiceEJB(Context context)
Returns the stub of RuntimeService through JNDI lookup
on remote ESS server.
|
RuntimeServiceRemote |
RemoteConnector.getRuntimeServiceEJB(Context context,
String jndiMappedName)
Returns the stub of RuntimeService through JNDI lookup
on remote ESS server.
|
RuntimeServiceRemote |
RemoteConnector.getRuntimeServiceEJB(RequestParameters params)
Returns the stub of RuntimeServiceBean through JNDI lookup
on remote ESS server.
|
RuntimeServiceRemote |
RemoteConnector.getRuntimeServiceEJB(RequestParameters params,
String jndiMappedName)
Returns the stub of RuntimeServiceBean through JNDI lookup
on remote ESS server.
|
RuntimeServiceRemote |
RemoteConnector.getRuntimeServiceEJB(RequestParameters params,
String username,
char[] password)
Returns the stub of RuntimeServiceBean through secured
JNDI lookup on remote ESS server.
|