|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ecf.provider.generic.SOConnector
public class SOConnector
| Constructor Summary | |
|---|---|
SOConnector(ID sender,
ID[] recv,
IQueueEnqueue[] queues)
|
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose of this ISharedObjectConnector |
void |
enqueue(ISharedObjectEvent event)
Enqueue an ISharedObjectEvent to all the receivers for connector |
void |
enqueue(ISharedObjectEvent[] events)
Enqueue a set of ISharedObjectEvents to all the receivers for connector |
protected void |
fireEvent(ISharedObjectEvent event)
|
protected void |
fireEvents(ISharedObjectEvent[] event)
|
ID[] |
getReceiverIDs()
Get receiver IDs for connector |
ID |
getSenderID()
Get sender ID for connector |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SOConnector(ID sender,
ID[] recv,
IQueueEnqueue[] queues)
| Method Detail |
|---|
protected void fireEvent(ISharedObjectEvent event)
throws QueueException
QueueException
protected void fireEvents(ISharedObjectEvent[] event)
throws QueueException
QueueExceptionpublic ID getSenderID()
ISharedObjectConnector
getSenderID in interface ISharedObjectConnectorpublic ID[] getReceiverIDs()
ISharedObjectConnector
getReceiverIDs in interface ISharedObjectConnector
public void enqueue(ISharedObjectEvent event)
throws QueueException
ISharedObjectConnector
enqueue in interface ISharedObjectConnectorevent - to enqueue. Must not be null.
QueueException - thrown if some problem enqueing to any receivers
public void enqueue(ISharedObjectEvent[] events)
throws QueueException
ISharedObjectConnector
enqueue in interface ISharedObjectConnectorevents - []
of events to enqueue. Must not be null.
QueueException - thrown if some problem enqueing to any receiverspublic void dispose()
ISharedObjectConnector
dispose in interface ISharedObjectConnector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||