org.jvnet.hk2.config
Class ConfigBeanProxy.Duck

java.lang.Object
  extended by org.jvnet.hk2.config.ConfigBeanProxy.Duck
Enclosing interface:
ConfigBeanProxy

public static class ConfigBeanProxy.Duck
extends java.lang.Object


Constructor Summary
ConfigBeanProxy.Duck()
           
 
Method Summary
static
<T extends ConfigBeanProxy>
T
createChild(ConfigBeanProxy self, java.lang.Class<T> c)
           
static ConfigBeanProxy getParent(ConfigBeanProxy self)
           
static
<T extends ConfigBeanProxy>
T
getParent(ConfigBeanProxy self, java.lang.Class<T> c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigBeanProxy.Duck

public ConfigBeanProxy.Duck()
Method Detail

getParent

public static ConfigBeanProxy getParent(ConfigBeanProxy self)

getParent

public static <T extends ConfigBeanProxy> T getParent(ConfigBeanProxy self,
                                                      java.lang.Class<T> c)

createChild

public static <T extends ConfigBeanProxy> T createChild(ConfigBeanProxy self,
                                                        java.lang.Class<T> c)
                                             throws TransactionFailure
Throws:
TransactionFailure


Copyright © 2009 Sun Microsystems, Inc.. All Rights Reserved.