Searched refs:j2eeType (Results 1 - 14 of 14) sorted by relevance

/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/base/
H A DContainerTest.java161 for (final String j2eeType : containedJ2EETypes) {
163 container.getContaineeMap(j2eeType);
166 container.getContaineeSet(j2eeType);
194 for (final String j2eeType : containedJ2EETypes) {
196 container.getContaineeMap(j2eeType);
198 "getContaineeObjectNameMap failed for " + j2eeType;
220 for (final String j2eeType : containedJ2EETypes) {
222 container.getContaineeSet(j2eeType);
224 "getContaineeSet for " + j2eeType;
226 "getContaineeSet contains null for " + j2eeType;
343 testContaineesOfType( final Container c, final String j2eeType) argument
[all...]
H A DQueryMgrTest.java273 for (final String j2eeType : j2eeTypes) {
275 getQueryMgr().queryJ2EETypeSet(j2eeType);
288 for (final String j2eeType : j2eeTypes) {
290 getQueryMgr().queryJ2EETypeSet(j2eeType);
H A DAMXTest.java209 Verify that the MBean has j2eeType and name.
235 for( final String j2eeType : j2eeTypesSet )
237 checkContainerChild( j2eeType );
293 final String j2eeType = (String)iter.next();
294 final TypeInfo info = infos.getInfo( j2eeType );
301 assert( value.equals( j2eeType ) ) :
302 "info and J2EE_TYPE don't match: " + j2eeType + " != " + value;
697 final String j2eeType,
701 if (j2eeType.equals(XTypes.DOMAIN_CONFIG)) {
713 } else if (j2eeType
696 ignoreCreateRemove( final String j2eeType, final String suggestedMethod) argument
[all...]
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DCoverageInfoAnalyzer.java148 final String j2eeType = amx.getJ2EEType();
149 final CoverageInfo existing = coverageMap.get(j2eeType);
153 coverageMap.put(j2eeType, coverageInfo);
171 for (final String j2eeType : j2eeTypes) {
172 final CoverageInfo info = coverage.get(j2eeType);
175 "Coverage for j2eeType = " + j2eeType +
208 final String j2eeType = Util.getJ2EEType( objectName );
209 if ( j2eeType != null )
211 missing.remove( j2eeType );
[all...]
H A DAMXTestBase.java206 final String j2eeType = amx.getJ2EEType();
211 !EXPECTED_REMOTE_INCOMPLETE_TYPES.contains(j2eeType)) {
212 warning("isRemoteIncomplete: not expecting j2eeType=" + j2eeType +
/glassfish-3.1.2/common/amx-j2ee-impl/src/main/java/org/glassfish/admin/amx/impl/j2ee/
H A DJ2EEModuleImplBase.java71 return j2eeType(getParent()).equals( J2EETypes.J2EE_APPLICATION );
H A DJ2EEManagedObjectImplBase.java208 protected String j2eeType(final ObjectName objectName) { method in class:J2EEManagedObjectImplBase
209 return objectName.getKeyProperty("j2eeType");
H A DRegistrationSupport.java551 final String j2eeType = Util.deduceType(intf);
559 objectName = new ObjectNameBuilder(mMBeanServer, parent).buildChildObjectName(j2eeType, name);
564 throw new RuntimeException( "Cannot register " + j2eeType + "=" + name + " as child of " + parent, e);
603 final String j2eeType = Util.deduceType(intf);
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/monitor/
H A DConnectionPoolStatsTest.java66 iterateAllMonitors(final String j2eeType) { argument
67 final Set monitors = getQueryMgr().queryJ2EETypeSet(j2eeType);
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/j2ee/
H A DJ2EETest.java161 Map from JSR77 j2eeType to our config j2eeType.
183 getConfigPeerJ2EEType(final String j2eeType) { argument
184 return ToConfigMap.get(j2eeType);
188 Maps a j2eeType to its peer monitoring j2eeType
212 getMonitoringPeerJ2EEType(final String j2eeType) { argument
213 return ToMonitorMap.get(j2eeType);
218 final String j2eeType = item.getJ2EEType();
219 final String monitoringPeerJ2EEType = getMonitoringPeerJ2EEType(j2eeType);
[all...]
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/helper/
H A DRefHelperTest.java130 for (final String j2eeType : referentJ2EETypes) {
132 RefHelper.findAllRefConfigsByJ2EEType(getQueryMgr(), j2eeType);
178 final String j2eeType = s.iterator().next().getJ2EEType();
180 RefHelper.findAllRefConfigsWithName(getQueryMgr(), j2eeType, name);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DMapperListener.java207 onStr = domain + ":j2eeType=WebModule,*,J2EEServer=" + myInstance;
217 onStr = domain + ":j2eeType=Servlet,*,J2EEServer=" + myInstance;
286 String j2eeType = objectName.getKeyProperty("j2eeType");
288 if (j2eeType != null) {
289 if ((j2eeType.equals("WebModule")) ||
290 (j2eeType.equals("Servlet"))) {
358 if (j2eeType != null) {
359 if (j2eeType.equals("WebModule")) {
367 } else if (j2eeType
[all...]
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/
H A DDomainConfigTest.java79 for (final String j2eeType : typeMap.keySet()) {
80 final Map<String, AMX> proxyMap = typeMap.get(j2eeType);
84 final AMX proxy = mgr.getContainee(j2eeType, name);
H A DPropertiesAccessTest.java130 final String j2eeType = amx.getJ2EEType();
131 if (!TEST_CREATE_REMOVE_TYPES.contains(j2eeType)) {

Completed in 26 milliseconds