JBoss Remoting 3.0.0.Beta2

org.jboss.remoting
Interface ClientContext

All Superinterfaces:
Closeable, HandleableCloseable<ClientContext>

public interface ClientContext
extends HandleableCloseable<ClientContext>

The server context for a single remote client instance.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.remoting.HandleableCloseable
HandleableCloseable.Key
 
Method Summary
 ConcurrentMap<Object,Object> getAttributes()
          Get the attributes for this end of the channel as a map.
 ServiceContext getServiceContext()
          Get the service that this context is associated with, or null if there is no service.
 
Methods inherited from interface org.jboss.remoting.HandleableCloseable
addCloseHandler, close
 

Method Detail

getAttributes

ConcurrentMap<Object,Object> getAttributes()
Get the attributes for this end of the channel as a map.

Returns:
the attribute map

getServiceContext

ServiceContext getServiceContext()
Get the service that this context is associated with, or null if there is no service.

Returns:
the service, or null if there is none

JBoss Remoting 3.0.0.Beta2

Copyright © 2008 JBoss, a division of Red Hat, Inc.