Searched defs:types (Results 1 - 25 of 29) sorted by relevance

12

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/types/
H A DRoleMappingContainer.java41 package com.sun.enterprise.deployment.types;
H A DHandlerChainContainer.java41 package com.sun.enterprise.deployment.types;
H A DEjbReferenceContainer.java41 package com.sun.enterprise.deployment.types;
H A DEntityManagerFactoryReference.java41 package com.sun.enterprise.deployment.types;
H A DEntityManagerReference.java41 package com.sun.enterprise.deployment.types;
H A DMessageDestinationReferenceContainer.java41 package com.sun.enterprise.deployment.types;
H A DNamedInformation.java41 package com.sun.enterprise.deployment.types;
H A DResourceEnvReferenceContainer.java41 package com.sun.enterprise.deployment.types;
H A DResourceReferenceContainer.java41 package com.sun.enterprise.deployment.types;
H A DServiceReferenceContainer.java41 package com.sun.enterprise.deployment.types;
H A DMessageDestinationReference.java41 package com.sun.enterprise.deployment.types;
H A DMessageDestinationReferencer.java41 package com.sun.enterprise.deployment.types;
H A DEjbReference.java41 package com.sun.enterprise.deployment.types;
/glassfish-3.1.2/common/annotation-framework/src/main/java/org/glassfish/apf/impl/
H A DJavaEEScanner.java67 Types types; field in class:JavaEEScanner
82 types = cp.getContext().getTypes();
86 return types;
/glassfish-3.1.2/web/war-util/src/main/java/org/glassfish/web/loader/
H A DServletContainerInitializerUtil.java222 Types types,
259 if (types==null || Boolean.getBoolean("org.glassfish.web.parsing")) {
326 initializerList = checkAgainstInterestList(types, interestList, initializerList, cl);
219 getInitializerList( Iterable<ServletContainerInitializer> initializers, Map<Class<?>, List<Class<? extends ServletContainerInitializer>>> interestList, Types types, ClassLoader cl) argument
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/base/
H A DBulkAccess.java168 @param types
174 final Object[] args, final String[] types);
172 bulkInvoke(final ObjectName[] objectNames, final String operationName, final Object[] args, final String[] types) argument
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/
H A DBulkAccessImpl.java193 final String[] types) {
198 // hopefully the MBean won't alter the args or types
200 operationName, args, types);
189 bulkInvoke( final ObjectName[] objectNames, final String operationName, final Object[] args, final String[] types) argument
H A DQueryMgrImpl.java75 public ObjectName[] queryTypes(final Set<String> types) argument
80 if (types.contains(Util.getTypeProp(objectName))) {
/glassfish-3.1.2/ha/ha-apt/src/main/java/org/glassfish/ha/store/apt/generators/
H A DAbstractGenerator.java60 protected Map<String, TypeMirror> types = field in class:AbstractGenerator
89 types.put(attrName, decl);
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/schemadoc/
H A DClassDef.java63 private Map<String, String> types = new HashMap<String, String>(); field in class:ClassDef
115 types.put(name, type);
119 return types;
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DVMOp.java552 private static void checkTypes(String types, int n, VMOp op) { argument
553 for (int i=0; i<types.length(); i++) {
554 char c = types.charAt(i);
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/jqlc/
H A DParameterTable.java80 /** Query parameter types */
81 List types = null; field in class:ParameterTable
131 this.types = other.types;
142 types.add(type);
146 * Initializes the parameter declarations (names and types list).
152 this.types = new ArrayList();
279 if (isInlineType(types.get(i)))
321 if (isInlineType(types.get(index))) return true;
337 // Check for types tha
[all...]
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/util/type/
H A DTypeTable.java139 * The list of actual known types.
141 protected Map types = new HashMap(); field in class:TypeTable
179 types.put(booleanType.getName(), booleanType);
181 types.put(charType.getName(), charType);
183 types.put(byteType.getName(), byteType);
185 types.put(shortType.getName(), shortType);
187 types.put(intType.getName(), intType);
189 types.put(longType.getName(), longType);
191 types.put(floatType.getName(), floatType);
193 types
[all...]
/glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/
H A DMappingFile.java89 private static final List types = new ArrayList(); field in class:MappingFile
105 types.add(JAVA_TYPE_SET);
106 types.add(JAVA_TYPE_COLLECTION);
1411 if (types.contains(collectionClass)) {
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/
H A DAMXConfigImpl.java419 // auto-convert specific basic types to String
971 // ConfigBean types must be mapped back to ObjectName; they can't go across the wire
1036 String[] types)
1046 if ((duckTypedInfo = getConfigBeanJMXSupport().findDuckTyped(operationName, types)) != null)
1052 result = super.invokeManually(operationName, args, types);
1195 // verify that it is List<String> -- no other types are supported in this way
1033 invokeManually( String operationName, Object[] args, String[] types) argument

Completed in 112 milliseconds

12