org.jwall.web.audit.util
Class ProcessContextImpl

java.lang.Object
  extended by org.jwall.web.audit.util.ProcessContextImpl
All Implemented Interfaces:
stream.Context, stream.ProcessContext, stream.service.NamingService

public class ProcessContextImpl
extends Object
implements stream.ProcessContext


Field Summary
 
Fields inherited from interface stream.Context
CONTAINER_CONTEXT_NAME, DATA_CONTEXT_NAME, PROCESS_CONTEXT_NAME
 
Constructor Summary
ProcessContextImpl()
           
 
Method Summary
 Object get(String key)
           
 stream.service.Service lookup(String ref)
           
 void register(String ref, stream.service.Service p)
           
 Object resolve(String variable)
           
 void set(String key, Object o)
           
 void unregister(String ref)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessContextImpl

public ProcessContextImpl()
Method Detail

resolve

public Object resolve(String variable)
Specified by:
resolve in interface stream.Context

lookup

public stream.service.Service lookup(String ref)
                              throws Exception
Specified by:
lookup in interface stream.service.NamingService
Throws:
Exception

register

public void register(String ref,
                     stream.service.Service p)
              throws Exception
Specified by:
register in interface stream.service.NamingService
Throws:
Exception

unregister

public void unregister(String ref)
                throws Exception
Specified by:
unregister in interface stream.service.NamingService
Throws:
Exception

get

public Object get(String key)
Specified by:
get in interface stream.ProcessContext

set

public void set(String key,
                Object o)
Specified by:
set in interface stream.ProcessContext


Copyright © 2012 jwall.org. All Rights Reserved.