Uses of Interface
org.clazzes.remoting.Broadcastable

Packages that use Broadcastable
org.clazzes.remoting   
org.clazzes.remoting.server   
 

Uses of Broadcastable in org.clazzes.remoting
 

Subinterfaces of Broadcastable in org.clazzes.remoting
 interface InvocationTarget
          This interface is implemented by servers, which are target for invocation calls.
 

Methods in org.clazzes.remoting that return Broadcastable
 Broadcastable CallbackInvocationContext.getBroadcastable()
           
 

Uses of Broadcastable in org.clazzes.remoting.server
 

Subinterfaces of Broadcastable in org.clazzes.remoting.server
 interface ServerRegistry
          This interface is implemented by the server and is used by the server-side connection handler to put back a terminated connection
 

Classes in org.clazzes.remoting.server that implement Broadcastable
 class Server
          A remoting server, which listens on a TCP/IP port.
 

Methods in org.clazzes.remoting.server that return Broadcastable
 Broadcastable ServerConnectionHandler.getBroadcastable()
           
 



Copyright © 2010. All Rights Reserved.