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 DThreadPools.java48 public interface ThreadPools interface in inherits:Singleton,ConfigCollectionElement,ConfigElement
H A DConfig.java69 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 DThreadPools.java53 public interface ThreadPools extends ConfigBeanProxy, Injectable { interface in inherits:ConfigBeanProxy,Injectable
H A DConfig.java427 * {@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 DDeleteThreadpool.java112 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 DCreateThreadpool.java130 ThreadPools threadPools = config.getThreadPools();
147 ConfigSupport.apply(new SingleConfigCode<ThreadPools>() {
148 public Object run(ThreadPools param) throws PropertyVetoException, TransactionFailure {
H A DListThreadpools.java48 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 DGrizzlyConfigSchemaMigrator.java60 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 DDefaultConfigUpgrade.java1996 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 DInterfaces.java176 ThreadPools.class,

Completed in 25 milliseconds