|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteException | |
|---|---|
| org.marketcetera.util.ws.stateful | Web services infrastructure. |
| org.marketcetera.util.ws.stateless | Infrastructure for stateless communication between client and server. |
| Uses of RemoteException in org.marketcetera.util.ws.stateful |
|---|
| Methods in org.marketcetera.util.ws.stateful that throw RemoteException | |
|---|---|
void |
RemoteRunner.execute(ClientContext context)
Invokes the service implementation on behalf of the client with the given context. |
T |
RemoteCaller.execute(ClientContext context)
Invokes the service implementation on behalf of the client with the given context. |
SessionId |
AuthServiceImpl.login(StatelessClientContext context,
String user,
char[] password)
|
SessionId |
AuthService.login(StatelessClientContext context,
String user,
char[] password)
Logs in the client with the given context, provided the given credentials are acceptable. |
void |
Client.login(String user,
char[] password)
Initiates a new session using the given credentials. |
void |
Client.logout()
Ends an ongoing session. |
void |
AuthServiceImpl.logout(ClientContext context)
|
void |
AuthService.logout(ClientContext context)
Logs out the client with the given context. |
| Uses of RemoteException in org.marketcetera.util.ws.stateless |
|---|
| Methods in org.marketcetera.util.ws.stateless that return RemoteException | |
|---|---|
protected RemoteException |
StatelessRemoteCall.wrapFailure(StatelessClientContext context,
Throwable t)
Called by subclasses after custom processing of a service call on behalf of the client with the given context completes unsuccessfully. |
| Methods in org.marketcetera.util.ws.stateless that throw RemoteException | |
|---|---|
void |
StatelessRemoteRunner.execute(StatelessClientContext context)
Invokes the service implementation on behalf of the client with the given context. |
T |
StatelessRemoteCaller.execute(StatelessClientContext context)
Invokes the service implementation on behalf of the client with the given context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||