com.sun.enterprise.config.serverbeans
Class LbConfig.Duck

java.lang.Object
  extended by com.sun.enterprise.config.serverbeans.LbConfig.Duck
Enclosing interface:
LbConfig

public static class LbConfig.Duck
extends Object


Constructor Summary
LbConfig.Duck()
           
 
Method Summary
static Date getLastApplied(LbConfig lc)
           
static Date getLastExported(LbConfig lc)
           
static
<T> T
getRefByRef(LbConfig lc, Class<T> type, String ref)
           
static
<T> List<T>
getRefs(LbConfig lc, Class<T> type)
           
static boolean setLastApplied(LbConfig lc)
           
static boolean setLastExported(LbConfig lc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LbConfig.Duck

public LbConfig.Duck()
Method Detail

getRefs

public static <T> List<T> getRefs(LbConfig lc,
                                  Class<T> type)

getRefByRef

public static <T> T getRefByRef(LbConfig lc,
                                Class<T> type,
                                String ref)

getLastExported

public static Date getLastExported(LbConfig lc)

getLastApplied

public static Date getLastApplied(LbConfig lc)

setLastExported

public static boolean setLastExported(LbConfig lc)

setLastApplied

public static boolean setLastApplied(LbConfig lc)


Copyright © 2012 GlassFish Community. All Rights Reserved.