org.clazzes.remoting
Interface Broadcastable

All Known Subinterfaces:
InvocationTarget, ServerRegistry
All Known Implementing Classes:
Server

public interface Broadcastable

An interface for contexts, which accept broadcast calls. This interface is the abstraction a server sees from a single client connection.

Author:
wglas

Method Summary
 void broadcast(java.lang.String subSystem, java.lang.Object arg, java.util.Map<java.lang.String,java.lang.Object> metadata)
           
 

Method Detail

broadcast

void broadcast(java.lang.String subSystem,
               java.lang.Object arg,
               java.util.Map<java.lang.String,java.lang.Object> metadata)
Parameters:
subSystem - The subsystem name to which a oneway invocation will be broadcasted.
arg - The argument to the broadcast.
metadata - Metadata to pass to the call.


Copyright © 2010. All Rights Reserved.