org.apache.openejb.client
Class Context

java.lang.Object
  extended by org.apache.openejb.client.Context

public class Context
extends Object

Version:
$Rev$ $Date$

Constructor Summary
Context()
           
 
Method Summary
<T> T
getComponent(Class<T> type)
           
<T> T
removeComponent(Class<T> type)
           
<T> T
setComponent(Class<T> type, T component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context()
Method Detail

getComponent

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

setComponent

public <T> T setComponent(Class<T> type,
                          T component)

removeComponent

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


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