org.eclipse.ecf.core
Interface ISharedObjectConnector

All Known Implementing Classes:
SOConnector

public interface ISharedObjectConnector

Implementers which represent the one-way associations between SharedObject instances within the scope of a given ISharedObjectContainer

See Also:
ISharedObjectManager.connectSharedObjects(ID, ID[])

Method Summary
 AsynchResult[] callAsynch(ISharedObjectEvent arg)
           
 void dispose()
           
 void enqueue(ISharedObjectEvent event)
           
 void enqueue(ISharedObjectEvent[] events)
           
 ID[] getReceivers()
           
 ID getSender()
           
 

Method Detail

getSender

ID getSender()

getReceivers

ID[] getReceivers()

enqueue

void enqueue(ISharedObjectEvent event)
             throws QueueException
Throws:
QueueException

enqueue

void enqueue(ISharedObjectEvent[] events)
             throws QueueException
Throws:
QueueException

callAsynch

AsynchResult[] callAsynch(ISharedObjectEvent arg)
                          throws java.lang.Exception
Throws:
java.lang.Exception

dispose

void dispose()