org.openorb.notify
Class ServiceContext

java.lang.Object
  |
  +--org.apache.avalon.framework.context.DefaultContext
        |
        +--org.openorb.util.service.ServiceContext
              |
              +--org.openorb.notify.ServiceContext
All Implemented Interfaces:
org.apache.avalon.framework.context.Context

public class ServiceContext
extends org.openorb.util.service.ServiceContext

Context information for the Service.

Author:
Gary Shea

Field Summary
static java.lang.String PROPERTIES
          PropertiesResposity key
 
Fields inherited from class org.openorb.util.service.ServiceContext
ORB, POA
 
Constructor Summary
ServiceContext()
           
 
Method Summary
 void setPropertiesRepository(java.lang.Object valueObj)
          Deprecated. use put( PROPERTIES, valueObj ) instead
 
Methods inherited from class org.openorb.util.service.ServiceContext
setORB, setPOA, setReadOnly
 
Methods inherited from class org.apache.avalon.framework.context.DefaultContext
get, hide, makeReadOnly, put
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES

public static final java.lang.String PROPERTIES
PropertiesResposity key
Constructor Detail

ServiceContext

public ServiceContext()
Method Detail

setPropertiesRepository

public void setPropertiesRepository(java.lang.Object valueObj)
Deprecated. use put( PROPERTIES, valueObj ) instead

Sets the PROPERTIES value in the context
Parameters:
valueObj - value