| Constructor and Description |
|---|
ConfigObjectManager(Client client) |
| Modifier and Type | Class and Description |
|---|---|
class |
BureauClient
Represents a client embedded in a bureau.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BureauDirector.clientDidLogon(Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatDirector.clientDidLogoff(Client client) |
void |
ChatDirector.clientDidLogon(Client client) |
void |
ChatDirector.clientObjectDidChange(Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestClient.clientConnectionFailed(Client client,
Exception cause) |
void |
TestClient.clientDidClear(Client client) |
void |
TestClient.clientDidLogoff(Client client) |
void |
OccupantDirector.clientDidLogoff(Client client) |
void |
LocationDirector.clientDidLogoff(Client client) |
void |
TestClient.clientDidLogon(Client client) |
void |
LocationDirector.clientDidLogon(Client client) |
void |
TestClient.clientFailedToLogon(Client client,
Exception cause) |
void |
TestClient.clientObjectDidChange(Client client) |
boolean |
TestClient.clientWillLogoff(Client client) |
void |
TestClient.clientWillLogon(Client client) |
| Modifier and Type | Field and Description |
|---|---|
Client |
ClientObjectInputStream.client
The client with which this input stream is associated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientObserver.clientConnectionFailed(Client client,
Exception cause)
Called when the connection to the server went away for some unexpected reason.
|
void |
ClientAdapter.clientConnectionFailed(Client client,
Exception cause) |
void |
ClientObserver.clientDidClear(Client client)
Called after the client is completely logged off from a successful session and is ready to
reconnect to a new server if desired.
|
void |
ClientAdapter.clientDidClear(Client client) |
void |
SessionObserver.clientDidLogoff(Client client)
Called after the client has been logged off of the server and has disconnected.
|
void |
ClientAdapter.clientDidLogoff(Client client) |
void |
BasicDirector.clientDidLogoff(Client client) |
void |
SessionObserver.clientDidLogon(Client client)
Called after the client successfully connected to and authenticated with the server.
|
void |
ClientAdapter.clientDidLogon(Client client) |
void |
BasicDirector.clientDidLogon(Client client) |
void |
ClientObserver.clientFailedToLogon(Client client,
Exception cause)
Called if anything fails during the logon attempt.
|
void |
ClientAdapter.clientFailedToLogon(Client client,
Exception cause) |
void |
SessionObserver.clientObjectDidChange(Client client)
For systems that allow switching screen names after logon, this method is called whenever a
screen name change takes place to report that the client object has been replaced to
potential client-side subscribers.
|
void |
ClientAdapter.clientObjectDidChange(Client client) |
void |
BasicDirector.clientObjectDidChange(Client client) |
boolean |
ClientObserver.clientWillLogoff(Client client)
Called when an abortable logoff request is made.
|
boolean |
ClientAdapter.clientWillLogoff(Client client) |
void |
SessionObserver.clientWillLogon(Client client)
Called immediately before a logon is attempted.
|
void |
ClientAdapter.clientWillLogon(Client client) |
void |
BasicDirector.clientWillLogon(Client client) |
void |
InvocationDirector.init(DObjectManager omgr,
int cloid,
Client client)
Initializes the invocation director.
|
| Constructor and Description |
|---|
BlockingCommunicator(Client client)
Creates a new communicator instance which is associated with the supplied client.
|
Client(Client client) |
ClientCommunicator(Client client) |
ClientDObjectMgr(Communicator comm,
Client client)
Constructs a client distributed object manager.
|
ClientObjectInputStream(Client client,
InputStream source) |
Communicator(Client client)
Creates a new communicator instance which is associated with the supplied client.
|
Session(Client client) |
| Modifier and Type | Method and Description |
|---|---|
Client |
PeerNode.getClient()
Returns the
Client instance that manages our connection to this peer. |
Client |
PeerManager.getPeerClient(String nodeName)
Returns the client object representing the connection to the named peer, or
null if we are not currently connected to it. |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerNode.clientConnectionFailed(Client client,
Exception cause) |
void |
PeerNode.clientDidClear(Client client) |
void |
PeerNode.clientDidLogoff(Client client) |
void |
PeerNode.clientDidLogon(Client client) |
void |
PeerNode.clientFailedToLogon(Client client,
Exception cause) |
void |
PeerNode.clientObjectDidChange(Client client) |
boolean |
PeerNode.clientWillLogoff(Client client) |
void |
PeerNode.clientWillLogon(Client client) |
| Modifier and Type | Method and Description |
|---|---|
int |
PeerManager.invokeOnNodes(Function<Tuple<Client,NodeObject>,Boolean> func)
Invokes the supplied function on all node objects (except the local node).
|
| Modifier and Type | Method and Description |
|---|---|
static <S extends InvocationProvider,T extends InvocationService<?>> |
PeerUtil.createProviderProxy(Class<S> clazz,
T svc,
Client client)
Creates a proxy object implementing the specified provider interface (a subinterface of
InvocationProvider that forwards requests to the given service implementation
(a subinterface of InvocationService corresponding to the provider interface)
on the specified client. |
| Constructor and Description |
|---|
ServerCommunicator(Client client,
PresentsConnectionManager conmgr,
RootDObjectManager rootmgr) |
| Modifier and Type | Method and Description |
|---|---|
Client |
PresentsContext.getClient()
Returns a reference to the client.
|
Copyright © 2015. All rights reserved.