Searched defs:dt (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/
H A DFlashlightUtils.java109 if (dt == null)
130 return isDtraceAvailable() ? dt : null;
135 dt = habitat.getByContract(DTraceContract.class);
137 if (dt == null) {
140 else if (!dt.isSupported()) {
141 dt = null;
144 // else dt is available!!
366 // 1. dt is null
367 // 2. dt is not null and isSupported() is false
368 // 3. dt i
428 private static DTraceContract dt; field in class:FlashlightUtils
[all...]
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/
H A DConfigBeanJMXSupport.java563 final DuckTyped dt = m.getAnnotation(DuckTyped.class);
564 if (dt != null && isRemoteableDuckTyped(m, dt))
566 duckTyped.add(new DuckTypedInfo(m, dt));
683 public static DescriptorSupport descriptor(final DuckTyped dt) argument

Completed in 15 milliseconds