Searched refs:isSessionTypeSet (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/ejb/ejb-connector/src/main/java/org/glassfish/ejb/deployment/annotation/handlers/
H A DStatefulHandler.java102 if( sessionDesc.isSessionTypeSet() && !sessionDesc.isStateful() ) {
143 if( !ejbSessionDesc.isSessionTypeSet() ) {
H A DStatelessHandler.java101 if( sessionDesc.isSessionTypeSet() && !sessionDesc.isStateless() ) {
142 if( !ejbSessionDesc.isSessionTypeSet() ) {
H A DSingletonHandler.java102 if( sessionDesc.isSessionTypeSet() && !sessionDesc.isSingleton() ) {
149 if( !ejbSingletonDescriptor.isSessionTypeSet() ) {
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DEjbSessionDescriptor.java178 public boolean isSessionTypeSet() { method in class:EjbSessionDescriptor
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBaseContainer.java520 if( !sd.isSessionTypeSet() ) {

Completed in 49 milliseconds