Searched refs:getType (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/session/
H A DPersistenceType.java134 public String getType() { method in class:PersistenceType
159 if (type.equalsIgnoreCase(MEMORY.getType()))
161 else if (type.equalsIgnoreCase(FILE.getType()))
163 else if (type.equalsIgnoreCase(COOKIE.getType()))
165 else if (type.equalsIgnoreCase(CUSTOM.getType()))
167 else if (type.equalsIgnoreCase(S1WS60.getType()))
169 else if (type.equalsIgnoreCase(MMAP.getType()))
171 else if (type.equalsIgnoreCase(JDBC.getType()))
173 else if (type.equalsIgnoreCase(HA.getType()))
175 else if (type.equalsIgnoreCase(REPLICATED.getType()))
[all...]
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/web/
H A DEnvironmentEntry.java44 public String getType(); method in interface:EnvironmentEntry
H A DResourceReference.java52 public String getType(); method in interface:ResourceReference
H A DEjbReference.java56 public String getType(); method in interface:EjbReference
/glassfish-3.1.2/common/amx-j2ee/src/main/java/org/glassfish/admin/amx/j2ee/
H A DJ2EEManagementEvent.java77 public String getType(); method in interface:J2EEManagementEvent
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/digest/api/
H A DPassword.java54 public int getType(); method in interface:Password
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DSecureAdminPrincipal.java51 public String getType(); method in interface:SecureAdminPrincipal
H A DEvent.java48 public String getType(); method in interface:Event
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/deploy/
H A DContextEnvironmentDecorator.java74 public String getType() { method in class:ContextEnvironmentDecorator
75 return decoree.getType();
H A DContextEjbDecorator.java87 public String getType() { method in class:ContextEjbDecorator
88 return decoree.getType();
H A DContextLocalEjbDecorator.java90 public String getType() { method in class:ContextLocalEjbDecorator
91 return decoree.getType();
H A DContextResourceDecorator.java83 public String getType() { method in class:ContextResourceDecorator
84 return decoree.getType();
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/
H A DEjbEnvEntryValue.java92 nextEnvironmentProperty.getValue(), nextEnvironmentProperty.getType(),
111 if (nextEnvironmentProperty.getType().equals("java.lang.String")) {
114 } else if (nextEnvironmentProperty.getType().equals("java.lang.Integer")) {
117 } else if (nextEnvironmentProperty.getType().equals("java.lang.Boolean")) {
122 } else if (nextEnvironmentProperty.getType().equals("java.lang.Double")) {
126 } else if (nextEnvironmentProperty.getType().equals("java.lang.Character")
130 } else if (nextEnvironmentProperty.getType().equals("java.lang.Byte")) {
133 } else if (nextEnvironmentProperty.getType().equals("java.lang.Short")) {
136 } else if (nextEnvironmentProperty.getType().equals("java.lang.Long")) {
139 } else if (nextEnvironmentProperty.getType()
[all...]
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/resource/common/
H A DResource.java91 public String getType() { method in class:Resource
145 return r.getType().equals(this.getType()) &&
157 this.getType().hashCode();
185 if(BINDABLE_RESOURCES.contains(this.getType())){
186 if(!BINDABLE_RESOURCES.contains(r.getType())){
189 }else if (RESOURCE_POOL.contains(this.getType())){
190 if(!RESOURCE_POOL.contains(r.getType())){
193 }else if (!(r.getType().equals(this.getType()))) {
[all...]
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DSessionEvent.java134 public String getType() { method in class:SessionEvent
147 getType() + "']");
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/appclient/
H A DAppClientEnvEntryValue.java83 if (nextEnvironmentProperty.getType().equals("java.lang.String")) {
94 } else if (nextEnvironmentProperty.getType().equals("java.lang.Character")) {
107 } else if (nextEnvironmentProperty.getType().equals("java.lang.Integer")) {
116 } else if (nextEnvironmentProperty.getType().equals("java.lang.Boolean")) {
127 } else if (nextEnvironmentProperty.getType().equals("java.lang.Double")) {
136 } else if (nextEnvironmentProperty.getType().equals("java.lang.Byte")) {
145 } else if (nextEnvironmentProperty.getType().equals("java.lang.Short")) {
154 } else if (nextEnvironmentProperty.getType().equals("java.lang.Long")) {
163 } else if (nextEnvironmentProperty.getType().equals("java.lang.Float")) {
184 new Object[] {nextEnvironmentProperty.getName(),nextEnvironmentProperty.getValue(),nextEnvironmentProperty.getType(),descripto
[all...]
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/web/
H A DWebEnvEntryValue.java86 if (nextEnvironmentProperty.getType().equals("java.lang.String")) {
97 } else if (nextEnvironmentProperty.getType().equals("java.lang.Character")) {
110 }else if (nextEnvironmentProperty.getType().equals("java.lang.Integer")) {
119 } else if (nextEnvironmentProperty.getType().equals("java.lang.Boolean")) {
130 } else if (nextEnvironmentProperty.getType().equals("java.lang.Double")) {
139 } else if (nextEnvironmentProperty.getType().equals("java.lang.Byte")) {
148 } else if (nextEnvironmentProperty.getType().equals("java.lang.Short")) {
157 } else if (nextEnvironmentProperty.getType().equals("java.lang.Long")) {
166 } else if (nextEnvironmentProperty.getType().equals("java.lang.Float")) {
187 new Object[] {nextEnvironmentProperty.getName(),nextEnvironmentProperty.getValue(),nextEnvironmentProperty.getType(),descripto
[all...]
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DAnnotationTypesProvider.java56 public Class getType(String typename) throws ClassNotFoundException; method in interface:AnnotationTypesProvider
H A DJmsDestinationReference.java59 public String getType(); method in interface:JmsDestinationReference
H A DWSDolSupport.java61 public Class getType(String className) throws ClassNotFoundException; method in interface:WSDolSupport
H A DDummyEjbDescriptor.java61 public String getType() { method in class:DummyEjbDescriptor
/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/model/
H A DDDBeanRoot.java58 public ModuleType getType(); method in interface:DDBeanRoot
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/xml/
H A DProbeParam.java56 public String getType() { method in class:ProbeParam
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/interfaces/
H A DMailResourceIntf.java55 public int getType(); method in interface:MailResourceIntf
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/types/
H A DMessageDestinationReference.java60 public String getType(); method in interface:MessageDestinationReference

Completed in 601 milliseconds

1234567891011>>