Searched refs:ThreadPools (Results 1 - 10 of 10) sorted by relevance
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/ |
H A D | ThreadPools.java | 48 public interface ThreadPools interface in inherits:Singleton,ConfigCollectionElement,ConfigElement
|
H A D | Config.java | 69 public ThreadPools getThreadPools(); 135 public void setThreadPools(ThreadPools param1);
|
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/ |
H A D | ThreadPools.java | 53 public interface ThreadPools extends ConfigBeanProxy, Injectable { interface in inherits:ConfigBeanProxy,Injectable
|
H A D | Config.java | 427 * {@link ThreadPools } 430 ThreadPools getThreadPools(); 436 * {@link ThreadPools } 438 void setThreadPools(ThreadPools value) throws PropertyVetoException;
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/commands/ |
H A D | DeleteThreadpool.java | 112 ThreadPools threadPools = config.getThreadPools(); 141 ConfigSupport.apply(new SingleConfigCode<ThreadPools>() { 142 public Object run(ThreadPools param) throws PropertyVetoException, 166 private boolean isThreadPoolExists(ThreadPools threadPools) {
|
H A D | CreateThreadpool.java | 130 ThreadPools threadPools = config.getThreadPools(); 147 ConfigSupport.apply(new SingleConfigCode<ThreadPools>() { 148 public Object run(ThreadPools param) throws PropertyVetoException, TransactionFailure {
|
H A D | ListThreadpools.java | 48 import com.sun.enterprise.config.serverbeans.ThreadPools; 106 ThreadPools threadPools = config.getThreadPools();
|
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/ |
H A D | GrizzlyConfigSchemaMigrator.java | 60 import com.sun.enterprise.config.serverbeans.ThreadPools; 167 final ThreadPools threadPools = currentConfig.getThreadPools(); 173 ConfigSupport.apply(new SingleConfigCode<ThreadPools>() { 175 public Object run(ThreadPools param) throws PropertyVetoException, TransactionFailure { 322 private ThreadPools createThreadPools() throws TransactionFailure { 323 return (ThreadPools) ConfigSupport.apply(new SingleConfigCode<Config>() { 325 final ThreadPools threadPools = param.createChild(ThreadPools.class); 608 private void migrateThreadPools(ThreadPools threadPools) throws TransactionFailure { 646 ThreadPools threadPool [all...] |
H A D | DefaultConfigUpgrade.java | 1996 ThreadPools tps = config.createChild(ThreadPools.class); 2001 Level.SEVERE, "Failure to create ThreadPools config object", ex); 2013 private void createThreadPool(ThreadPools ts) throws PropertyVetoException {
|
/glassfish-3.1.2/tests/quicklook/amx/src/test/amx/ |
H A D | Interfaces.java | 176 ThreadPools.class,
|
Completed in 24 milliseconds