org.drools.grid.internal.commands
Class ExecutionNodeContext
java.lang.Object
org.drools.grid.internal.commands.ExecutionNodeContext
- All Implemented Interfaces:
- org.drools.command.Context
public class ExecutionNodeContext
- extends Object
- implements org.drools.command.Context
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionNodeContext
public ExecutionNodeContext(org.drools.command.Context context,
NodeData data)
getServiceManagerData
public NodeData getServiceManagerData()
getContextManager
public org.drools.command.ContextManager getContextManager()
- Specified by:
getContextManager in interface org.drools.command.Context
getName
public String getName()
- Specified by:
getName in interface org.drools.command.Context
get
public Object get(String identifier)
- Specified by:
get in interface org.drools.command.Context
set
public void set(String identifier,
Object value)
- Specified by:
set in interface org.drools.command.Context
remove
public void remove(String name)
- Specified by:
remove in interface org.drools.command.Context
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.