Searched refs:compType (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DEJBMethodPermission.java589 Class compType = params[i].getComponentType();
592 if (compType != null) {
594 while (compType.getComponentType() != null) {
595 compType = compType.getComponentType();
598 pname = compType.getName() + brackets;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DMethodDescriptor.java604 Class compType = paramTypes[i].getComponentType();
605 if ( compType == null ) { // not an array
612 while(compType.getComponentType()!=null) {
614 compType=compType.getComponentType();
617 classNames[i] = compType.getName();
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBaseContainer.java850 protected final void createCallFlowAgent(ComponentType compType) { argument
853 this, ejbDescriptor, compType);
5690 ComponentType compType) {
5702 this.componentType = compType;
5689 CallFlowInfoImpl(BaseContainer container, EjbDescriptor descriptor, ComponentType compType) argument

Completed in 29 milliseconds