public interface AccessTokenProviderRemote
extends javax.ejb.EJBObject
Modifier and Type | Method and Description |
---|---|
AccessToken |
getAccessToken()
Returns an access token to be used to access business objects
that are serviced by this MAXIMO application.
|
java.lang.String |
getBindingName()
Returns the binding name used to register MAXIMO business
object service in the RMI registry.
|
AccessToken getAccessToken() throws java.rmi.RemoteException
java.rmi.RemoteException
- if fails to call this method.java.lang.String getBindingName() throws java.rmi.RemoteException
java.rmi.RemoteException