Searched defs:j2eeType (Results 1 - 5 of 5) sorted by relevance

/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/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 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/common/amx-j2ee-impl/src/main/java/org/glassfish/admin/amx/impl/j2ee/
H A DJ2EEManagedObjectImplBase.java208 protected String j2eeType(final ObjectName objectName) { method in class:J2EEManagedObjectImplBase
209 return objectName.getKeyProperty("j2eeType");

Completed in 91 milliseconds