|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnectionBroker
A connection broker is a logical abstraction of the network of available
remote context instances. It provides the ability to create a
IConnection
to other remote contexts in the network. The broker and
connection both hide the I/O communication implementation.
Method Summary | |
---|---|
void |
connect(IConnectionParameters connectionParameters)
Connect to the remote context identified in the connection parameters. |
void |
start()
Start the broker instance. |
Methods inherited from interface fulmine.ILifeCycle |
---|
isActive |
Methods inherited from interface fulmine.IDestroyable |
---|
destroy |
Method Detail |
---|
void start()
start
in interface ILifeCycle
void connect(IConnectionParameters connectionParameters)
When available, the connection will be encapsulated in a
ConnectionAvailableEvent
and distributed using the event
framework. To receive the connection event, a listener should be
registered against the connection event typed source (
IEventManager.getSystemEventSource(Class)
).
connectionParameters
- the parameters for creating the connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |