org.jwall.web.audit.util
Class ProcessContextImpl
java.lang.Object
org.jwall.web.audit.util.ProcessContextImpl
- All Implemented Interfaces:
- stream.Context, stream.ProcessContext, stream.service.NamingService
public class ProcessContextImpl
- extends Object
- implements stream.ProcessContext
| Fields inherited from interface stream.Context |
CONTAINER_CONTEXT_NAME, DATA_CONTEXT_NAME, PROCESS_CONTEXT_NAME |
ProcessContextImpl
public ProcessContextImpl()
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.