JBoss Remoting 3.0.0.Beta2

org.jboss.remoting
Interface ServiceContext

All Superinterfaces:
Closeable, HandleableCloseable<ServiceContext>

public interface ServiceContext
extends HandleableCloseable<ServiceContext>

The server-side context of a service. Used to hold state relating to a service (known as a ContextSource on the client side).


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.remoting.HandleableCloseable
HandleableCloseable.Key
 
Method Summary
 ConcurrentMap<Object,Object> getAttributes()
          Get an attribute map which can be used to cache arbitrary state on the server side.
 
Methods inherited from interface org.jboss.remoting.HandleableCloseable
addCloseHandler, close
 

Method Detail

getAttributes

ConcurrentMap<Object,Object> getAttributes()
Get an attribute map which can be used to cache arbitrary state on the server side.

Returns:
the attribute map

JBoss Remoting 3.0.0.Beta2

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