Methods in net.sf.jgcs with parameters of type Service |
int |
Service.compare(Service service)
Compares two Services of the same protocol. |
void |
DataSession.multicast(Message msg,
Service service,
java.lang.Object cookie,
Annotation... annotation)
Sends a message to the group. |
protected void |
AbstractDataSession.notifyServiceListeners(java.lang.Object context,
Service service)
|
void |
ServiceListener.onServiceEnsured(java.lang.Object context,
Service service)
Notifies the application that one certain service to a message delivery is already ensured. |
void |
DataSession.send(Message msg,
Service service,
java.lang.Object cookie,
java.net.SocketAddress destination,
Annotation... annotation)
Sends a message to one particular member of the group. |