| Package | Description |
|---|---|
| omq.common.broker | |
| omq.exception | |
| omq.test.observer |
| Modifier and Type | Method and Description |
|---|---|
void |
Broker.bind(java.lang.String reference,
RemoteObject remote)
Binds the reference to the specified remote object.
|
void |
Broker.bind(java.lang.String reference,
RemoteObject remote,
java.util.Properties env)
Binds the reference to the specified remote object.
|
<T extends Remote> |
Broker.lookup(java.lang.String reference,
java.lang.Class<T> contract)
Returns the remote object for specified reference.
|
<T extends Remote> |
Broker.lookupMulti(java.lang.String reference,
java.lang.Class<T> contract)
Returns the remote object for specified reference.
|
void |
Broker.unbind(java.lang.String reference)
Unbinds a remoteObject from its reference and kills all the threads
created.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionException
A ConnectionException is thrown if an Exception occurs in the Event middleware.
|
class |
NotBoundException |
class |
RegistryNotLoadedException |
class |
TimeoutException
TimeoutException is thrown if the timeout expires in a remote call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteSubject.addObserver(java.lang.String ref) |
void |
RemoteSubjectImpl.addObserver(java.lang.String ref) |
void |
RemoteSubject.removeObserver(java.lang.String ref) |
void |
RemoteSubjectImpl.removeObserver(java.lang.String ref) |