Searched defs:all (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/tests/quicklook/amx/src/test/amx/
H A DInterfaces.java224 public List<Class<? extends AMXProxy>> all() method in class:Interfaces
H A DAMXTestBase.java225 /** enable monitoring to HIGH for all available systems so that MBeans in those systems get tested */
289 /** get all AMX MBeans that were found when the test started
303 protected <T> Set<T> getAll(final Set<AMXProxy> all, final Class<T> intf) argument
306 for (final AMXProxy amx : all)
418 final Set<AMXProxy> all = getQueryMgr().queryAll();
420 for( final AMXProxy amx : all )
H A DDemo.java202 /** enable monitoring to HIGH for all available systems so that MBeans in those systems get tested */
221 /** get all AMX MBeans that were found when the test started
230 /** get all AMX MBeans with the specified interface */
236 /** Filter all AMXProxy with the specified interface */
237 protected <T> Set<T> getAll(final Set<AMXProxy> all, final Class<T> intf) argument
240 for (final AMXProxy amx : all)
274 /** Find all AMX MBeans of the specified type */
277 final Set<AMXProxy> all = mQueryMgr.queryAll();
279 for( final AMXProxy amx : all )
290 /** Get all AM
[all...]
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/
H A DContainerBuilder.java82 * all installed containers
84 all } enum constant in enum:ContainerBuilder.Type
/glassfish-3.1.2/admin/monitor/src/main/java/com/sun/enterprise/admin/monitor/stats/
H A DGenericStatsImpl.java52 * composition over inheritance for all the classes that implement their
57 * and delegate the rest to this class. <b> This class invokes all these methods in
163 //final Method[] apis = statsInterface.getDeclaredMethods(); //all of these should be PUBLIC.
177 private Method[] getGetters(Method[] all) { argument
179 for (int i = 0 ; i < all.length ; i++) {
180 final Method am = all[i];
/glassfish-3.1.2/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/util/
H A DGenericStatsImpl.java52 * composition over inheritance for all the classes that implement their
57 * and delegate the rest to this class. <b> This class invokes all these methods in
163 //final Method[] apis = statsInterface.getDeclaredMethods(); //all of these should be PUBLIC.
177 private Method[] getGetters(Method[] all) { argument
179 for (int i = 0 ; i < all.length ; i++) {
180 final Method am = all[i];
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEJBTimerService.java128 // A cache of timer info for all timers *owned* by this server instance.
205 // Compose owner id for all timers created with this
445 * But in all cases (PE/SE/EE) the user can set the System property
514 // create a tx in which to do database access for all timers
741 * Cancel all timers associated with a particular entity bean
750 // Get *all* timers for this entity bean identity. This includes
775 * Remove from the cache and stop all timers associated with a particular ejb container
814 * Destroy all timers associated with a particular ejb container
816 * all timers whose timed object matches the given container. In
817 * the case of an entity bean container, all timer
837 _destroyTimers(long id, boolean all) argument
[all...]
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dprototype.js259 all: function(iterator) {
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dprototype.js346 all: function(iterator) {
1271 if (document.all && !window.opera) {
1540 if (document.all && !window.opera){

Completed in 39 milliseconds