Searched refs:getComponentType (Results 1 - 23 of 23) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/admin/monitor/callflow/
H A DCallFlowInfo.java54 public ComponentType getComponentType(); method in interface:CallFlowInfo
H A DThreadLocalData.java71 String getComponentType(); method in interface:ThreadLocalData
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DArrayUtil.java143 final Class<T> theClass = TypeCast.asClass(items.getClass().getComponentType());
162 final Class<T> class1 = TypeCast.asClass(items1.getClass().getComponentType());
163 final Class<T> class2 = TypeCast.asClass(items2.getClass().getComponentType());
190 final Class<T> theClass = TypeCast.asClass(items.getClass().getComponentType());
H A DOpenMBeanUtil.java207 final Class<?> elementClass = theClass.getComponentType();
/glassfish-3.1.2/core/logging/src/main/java/com/sun/enterprise/v3/logging/
H A DAgentFormatterDelegate.java106 if (tld.getComponentType() != null) {
108 append(tld.getComponentType()).append(NVPAIR_SEPARATOR);
/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DEJBMethodPermission.java589 Class compType = params[i].getComponentType();
594 while (compType.getComponentType() != null) {
595 compType = compType.getComponentType();
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/
H A DLocalInterfaceExposed.java143 /** This api recursively looks for class.getComponentType. This handles
148 return getBaseComponentType(cls.getComponentType());
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/entity/cmp2/
H A DDependentValueClassModifiers.java79 returnType = returnType.getComponentType();
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DMethodDescriptor.java604 Class compType = paramTypes[i].getComponentType();
612 while(compType.getComponentType()!=null) {
614 compType=compType.getComponentType();
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/
H A DRuntimeModel.java715 type = type.getComponentType();
832 type.getComponentType()) + "[]"; // NOI18N
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/codegen/
H A DGenerator.java91 return printType(cls.getComponentType()) + "[]";
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/model/
H A DFieldDesc.java199 public Class getComponentType() { method in class:FieldDesc
712 if(fldType.getComponentType() == Byte.TYPE) {
H A DClassDesc.java932 if ((classType = ff.getComponentType()) == null) {
/glassfish-3.1.2/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/generator/
H A DJavaClassWriterHelper.java428 getTypeRepr(clazz.getComponentType()) + brackets_ :
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/
H A DJAASAuthContextHelper.java128 final Class moduleType = template.getClass().getComponentType();
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/util/
H A DMBeanInfoSupport.java270 } else if (clazz.isArray() && AMXProxy.class.isAssignableFrom(clazz.getComponentType())) {
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/
H A DAMXValidator.java463 if (c.isArray() && isAcceptableRemoteType(c.getComponentType()))
496 if (!isAcceptableRemoteType(clazz.getComponentType()))
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/generator/
H A DSelectQueryPlan.java757 Class classType = (ff.cardinalityUPB > 1) ? ff.getComponentType() : ff.getType();
964 if (ff.getComponentType() != rd.getPersistenceCapableClass() ) {
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/
H A DSQLStateManager.java1946 if (foreignField.getComponentType() != null) {
2267 java.lang.reflect.Array.newInstance(type.getComponentType(), srcArray.length);
2756 Object[] items = new Object[] {fieldDesc.getName(),fieldDesc.getComponentType()};
3677 fieldDesc.getComponentType(),
4031 fieldDesc.getComponentType());
4259 ff.getComponentType(), false, ((c != null) ? c.size() : 0));
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/proxy/
H A DAMXProxyHandler.java627 final Class<?> componentType = returnType.getComponentType();
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/
H A DAMXConfigImpl.java1011 final Class<?> componentType = result.getClass().getComponentType();
H A DConfigBeanJMXSupport.java473 return isRemoteableType(clazz.getComponentType());
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBaseContainer.java5717 public ComponentType getComponentType() { method in class:CallFlowInfoImpl

Completed in 101 milliseconds