org.apache.openejb
Class DeploymentContext

java.lang.Object
  extended by org.apache.openejb.DeploymentContext
Direct Known Subclasses:
AppContext, BeanContext, ModuleContext

public class DeploymentContext
extends Object

Version:
$Rev$ $Date$

Constructor Summary
DeploymentContext(String id, Options parent)
           
 
Method Summary
<T> T
get(Class<T> type)
           
 String getId()
           
 Options getOptions()
           
 Properties getProperties()
           
<T> T
set(Class<T> type, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentContext

public DeploymentContext(String id,
                         Options parent)
Method Detail

getProperties

public Properties getProperties()

get

public <T> T get(Class<T> type)

set

public <T> T set(Class<T> type,
                 T value)

getOptions

public Options getOptions()

getId

public String getId()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.