Serialized Form
-
Package org.glassfish.concurrent.runtime
-
Class org.glassfish.concurrent.runtime.ContextSetupProviderImpl extends Object implements Serializable
- serialVersionUID:
- -1095988075917755802L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
classloading
boolean classloading
-
naming
boolean naming
-
security
boolean security
-
workArea
boolean workArea
-
-
Class org.glassfish.concurrent.runtime.InvocationContext extends Object implements Serializable
- serialVersionUID:
- 5642415011655486579L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
useTransactionOfExecutionThread
boolean useTransactionOfExecutionThread
-
-
Class org.glassfish.concurrent.runtime.TransactionSetupProviderImpl extends Object implements Serializable
- serialVersionUID:
- -856400645253308289L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
-
writeObject
private void writeObject(ObjectOutputStream out)
-
-
-
Package org.glassfish.concurrent.runtime.deployer
-
Class org.glassfish.concurrent.runtime.deployer.BaseConfig extends Object implements Serializable
-
Class org.glassfish.concurrent.runtime.deployer.ContextServiceConfig extends BaseConfig implements Serializable
-
Class org.glassfish.concurrent.runtime.deployer.ManagedExecutorServiceConfig extends BaseConfig implements Serializable
-
Serialized Fields
-
corePoolSize
int corePoolSize
-
hungAfterSeconds
int hungAfterSeconds
-
hungLoggerInitialDelaySeconds
long hungLoggerInitialDelaySeconds
-
hungLoggerIntervalSeconds
long hungLoggerIntervalSeconds
-
hungLoggerPrintOnce
boolean hungLoggerPrintOnce
-
keepAliveSeconds
long keepAliveSeconds
-
longRunningTasks
boolean longRunningTasks
-
maximumPoolSize
int maximumPoolSize
-
taskQueueCapacity
int taskQueueCapacity
-
threadLifeTimeSeconds
long threadLifeTimeSeconds
-
threadPriority
int threadPriority
-
-
-
Class org.glassfish.concurrent.runtime.deployer.ManagedScheduledExecutorServiceConfig extends BaseConfig implements Serializable
-
Serialized Fields
-
corePoolSize
int corePoolSize
-
hungAfterSeconds
int hungAfterSeconds
-
hungLoggerInitialDelaySeconds
long hungLoggerInitialDelaySeconds
-
hungLoggerIntervalSeconds
long hungLoggerIntervalSeconds
-
hungLoggerPrintOnce
boolean hungLoggerPrintOnce
-
keepAliveSeconds
long keepAliveSeconds
-
longRunningTasks
boolean longRunningTasks
-
threadLifeTimeSeconds
long threadLifeTimeSeconds
-
threadPriority
int threadPriority
-
-
-
Class org.glassfish.concurrent.runtime.deployer.ManagedThreadFactoryConfig extends BaseConfig implements Serializable
-
Serialized Fields
-
threadPriority
int threadPriority
-
-
-