Searched defs:invType (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/invocation/
H A DComponentInvocationHandler.java60 * @param invType
65 public void beforePreInvoke(ComponentInvocationType invType, argument
72 * @param invType
77 public void afterPreInvoke(ComponentInvocationType invType, argument
84 * @param invType
89 public void beforePostInvoke(ComponentInvocationType invType, argument
96 * @param invType
101 public void afterPostInvoke(ComponentInvocationType invType, argument
/glassfish-3.1.2/transaction/jta/src/main/java/com/sun/enterprise/transaction/
H A DTransactionInvocationHandler.java81 public void beforePreInvoke(ComponentInvocationType invType, argument
85 public void afterPreInvoke(ComponentInvocationType invType, argument
92 public void beforePostInvoke(ComponentInvocationType invType, argument
98 public void afterPostInvoke(ComponentInvocationType invType, argument
/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/
H A DEntityManagerFactoryWrapper.java173 public static EntityManagerFactory lookupEntityManagerFactory(ComponentInvocationType invType, argument
181 switch (invType) {
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/
H A DPoolManagerImpl.java558 public void beforePreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, argument
563 public void afterPreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, argument
568 public void beforePostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, argument
578 public void afterPostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, argument

Completed in 15 milliseconds