public class RemoteConnector extends Object
Constructor and Description |
---|
RemoteConnector() |
Modifier and Type | Method and Description |
---|---|
AsyncRequestBeanRemote |
getAsyncRequestEJB(Context context)
Returns the stub of AsyncRequestBean through JNDI lookup
on remote ESS server.
|
AsyncRequestBeanRemote |
getAsyncRequestEJB(Context context,
String jndiMappedName)
Returns the stub of AsyncRequestBean through JNDI lookup
on remote ESS server.
|
AsyncRequestBeanRemote |
getAsyncRequestEJB(RequestParameters params)
Returns the stub of AsyncRequestBean through JNDI lookup
on remote ESS server.
|
AsyncRequestBeanRemote |
getAsyncRequestEJB(RequestParameters params,
String jndiMappedName)
Returns the stub of AsyncRequestBean through JNDI lookup
on remote ESS server.
|
AsyncRequestBeanRemote |
getAsyncRequestEJB(RequestParameters params,
String username,
char[] password)
Returns the stub of AsyncRequestBean through secured
JNDI lookup on remote ESS server.
|
Context |
getInitialContext(RequestParameters params)
Returns an context of ESS server for JNDI lookup.
|
Context |
getInitialContext(RequestParameters params,
String username,
char[] password)
Returns an context of ESS server for JNDI lookup.
|
Context |
getInitialContext(String jndiProviderUrl)
Returns an context of ESS server for JNDI lookup.
|
Context |
getInitialContext(String jndiProviderUrl,
String username,
char[] password)
Returns an context of ESS server for JNDI lookup.
|
MetadataServiceRemote |
getMetadataServiceEJB(Context context)
Returns the stub of MetadataService through JNDI lookup
on remote ESS server.
|
MetadataServiceRemote |
getMetadataServiceEJB(Context context,
String jndiMappedName)
Returns the stub of MetadataService through JNDI lookup
on remote ESS server.
|
MetadataServiceRemote |
getMetadataServiceEJB(RequestParameters params)
Returns the stub of MetadataServiceBean through JNDI lookup
on remote ESS server.
|
MetadataServiceRemote |
getMetadataServiceEJB(RequestParameters params,
String jndiMappedName)
Returns the stub of MetadataServiceBean through JNDI lookup
on remote ESS server.
|
MetadataServiceRemote |
getMetadataServiceEJB(RequestParameters params,
String username,
char[] password)
Returns the stub of MetadataServiceBean through secured
JNDI lookup on remote ESS server.
|
RuntimeServiceRemote |
getRuntimeServiceEJB(Context context)
Returns the stub of RuntimeService through JNDI lookup
on remote ESS server.
|
RuntimeServiceRemote |
getRuntimeServiceEJB(Context context,
String jndiMappedName)
Returns the stub of RuntimeService through JNDI lookup
on remote ESS server.
|
RuntimeServiceRemote |
getRuntimeServiceEJB(RequestParameters params)
Returns the stub of RuntimeServiceBean through JNDI lookup
on remote ESS server.
|
RuntimeServiceRemote |
getRuntimeServiceEJB(RequestParameters params,
String jndiMappedName)
Returns the stub of RuntimeServiceBean through JNDI lookup
on remote ESS server.
|
RuntimeServiceRemote |
getRuntimeServiceEJB(RequestParameters params,
String username,
char[] password)
Returns the stub of RuntimeServiceBean through secured
JNDI lookup on remote ESS server.
|
oracle.security.jps.service.credstore.PasswordCredential |
lookupCredentials(String csfKey)
Lookup the Key in Key store
|
public Context getInitialContext(RequestParameters params) throws NamingException, SchedulerException
params
- the request parametersNamingException
- if a problem occurs during context
initializationSchedulerException
- if a problem occurs during CSF lookuppublic Context getInitialContext(RequestParameters params, String username, char[] password) throws NamingException
params
- the request parametersusername
- the username of the secured jndipassword
- the password of the secured jndiNamingException
- if a problem occurs during context
initializationpublic Context getInitialContext(String jndiProviderUrl, String username, char[] password) throws NamingException
jndiProviderUrl
- the jndiProviderUrl stringusername
- the username of the secured jndipassword
- the password of the secured jndiNamingException
- if a problem occurs during context
initializationpublic Context getInitialContext(String jndiProviderUrl) throws NamingException
jndiProviderUrl
- the jndiProviderUrl stringNamingException
- if a problem occurs during context
initializationpublic AsyncRequestBeanRemote getAsyncRequestEJB(RequestParameters params) throws NamingException, SchedulerException
params
- the requestParameters instanceNamingException
- if a problem occurs during contextSchedulerException
- if unable to lookup JNDI
initializationpublic RuntimeServiceRemote getRuntimeServiceEJB(RequestParameters params) throws NamingException, SchedulerException
params
- the requestParameters instanceNamingException
- if a problem occurs during contextSchedulerException
- if unable to lookup JNDI
initializationpublic MetadataServiceRemote getMetadataServiceEJB(RequestParameters params) throws NamingException, SchedulerException
params
- the requestParameters instanceNamingException
- if a problem occurs during contextSchedulerException
- if unable to lookup JNDI
initializationpublic AsyncRequestBeanRemote getAsyncRequestEJB(RequestParameters params, String jndiMappedName) throws NamingException, SchedulerException
params
- the requestParameters instancejndiMappedName
- name of AsyncRequest bean bound to JNDINamingException
- if a problem occurs during context
initializationSchedulerException
- if a problem occurs during CSF lookuppublic RuntimeServiceRemote getRuntimeServiceEJB(RequestParameters params, String jndiMappedName) throws NamingException, SchedulerException
params
- the requestParameters instancejndiMappedName
- name of RutimeService bean bound to JNDINamingException
- if a problem occurs during context
initializationSchedulerException
- if a problem occurs during CSF lookuppublic MetadataServiceRemote getMetadataServiceEJB(RequestParameters params, String jndiMappedName) throws NamingException, SchedulerException
params
- the requestParameters instancejndiMappedName
- name of MetadataService bean bound to JNDINamingException
- if a problem occurs during context
initializationSchedulerException
- if a problem occurs during CSF lookuppublic AsyncRequestBeanRemote getAsyncRequestEJB(RequestParameters params, String username, char[] password) throws NamingException
params
- the requestParameters instanceusername
- the username of the secured jndipassword
- the password of the secured jndiNamingException
- if a problem occurs during context
initializationpublic RuntimeServiceRemote getRuntimeServiceEJB(RequestParameters params, String username, char[] password) throws NamingException
params
- the requestParameters instanceusername
- the username of the secured jndipassword
- the password of the secured jndiNamingException
- if a problem occurs during context
initializationpublic MetadataServiceRemote getMetadataServiceEJB(RequestParameters params, String username, char[] password) throws NamingException
params
- the requestParameters instanceusername
- the username of the secured jndipassword
- the password of the secured jndiNamingException
- if a problem occurs during context
initializationpublic AsyncRequestBeanRemote getAsyncRequestEJB(Context context) throws NamingException
context
- the initial contextNamingException
- if a problem occurs during context
initializationpublic RuntimeServiceRemote getRuntimeServiceEJB(Context context) throws NamingException
context
- the initial contextNamingException
- if a problem occurs during context
initializationpublic MetadataServiceRemote getMetadataServiceEJB(Context context) throws NamingException
context
- the initial contextNamingException
- if a problem occurs during context
initializationpublic AsyncRequestBeanRemote getAsyncRequestEJB(Context context, String jndiMappedName) throws NamingException
context
- the initial contextjndiMappedName
- name of AsyncRequest bean bound to JNDINamingException
- if a problem occurs during context
initializationpublic RuntimeServiceRemote getRuntimeServiceEJB(Context context, String jndiMappedName) throws NamingException
context
- the initial contextjndiMappedName
- name of RuntimeService bean bound to JNDINamingException
- if a problem occurs during context
initializationpublic MetadataServiceRemote getMetadataServiceEJB(Context context, String jndiMappedName) throws NamingException
context
- the initial contextjndiMappedName
- name of MetadataService bean bound to JNDINamingException
- if a problem occurs during context
initializationpublic oracle.security.jps.service.credstore.PasswordCredential lookupCredentials(String csfKey) throws SchedulerException
csfKey
- string the value of CSF keySchedulerException
- when there's an exception
during lookup