org.apache.openejb
Class DeploymentContext
java.lang.Object
org.apache.openejb.DeploymentContext
- Direct Known Subclasses:
- AppContext, BeanContext, ModuleContext
public class DeploymentContext
- extends Object
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentContext
public DeploymentContext(String id,
Options parent)
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–2015 The Apache Software Foundation. All rights reserved.