|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EjbContainer
Configuration of EJB Container
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Field Summary | |
|---|---|
static boolean |
DEFAULT_ALLOW_CORE_THREAD_TIMEOUT
|
static boolean |
DEFAULT_PRESTART_ALL_CORE_THREADS
|
static int |
DEFAULT_THREAD_CORE_POOL_SIZE
|
static long |
DEFAULT_THREAD_KEEP_ALIVE_SECONDS
|
static int |
DEFAULT_THREAD_MAX_POOL_SIZE
|
static int |
DEFAULT_THREAD_QUEUE_CAPACITY
|
| Method Summary | |
|---|---|
java.lang.String |
getCacheIdleTimeoutInSeconds()
Gets the value of the cacheIdleTimeoutInSeconds property. |
java.lang.String |
getCacheResizeQuantity()
Gets the value of the cacheResizeQuantity property. |
java.lang.String |
getCommitOption()
Gets the value of the commitOption property. |
EjbTimerService |
getEjbTimerService()
Gets the value of the ejbTimerService property. |
java.lang.String |
getMaxCacheSize()
Gets the value of the maxCacheSize property. |
java.lang.String |
getMaxPoolSize()
Gets the value of the maxPoolSize property. |
java.lang.String |
getPoolIdleTimeoutInSeconds()
Gets the value of the poolIdleTimeoutInSeconds property. |
java.lang.String |
getPoolResizeQuantity()
Gets the value of the poolResizeQuantity property. |
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
java.lang.String |
getRemovalTimeoutInSeconds()
Gets the value of the removalTimeoutInSeconds property. |
java.lang.String |
getSessionStore()
Gets the value of the sessionStore property. |
java.lang.String |
getSteadyPoolSize()
Gets the value of the steadyPoolSize property. |
java.lang.String |
getVictimSelectionPolicy()
Gets the value of the victimSelectionPolicy property. |
void |
setCacheIdleTimeoutInSeconds(java.lang.String value)
Sets the value of the cacheIdleTimeoutInSeconds property. |
void |
setCacheResizeQuantity(java.lang.String value)
Sets the value of the cacheResizeQuantity property. |
void |
setCommitOption(java.lang.String value)
Sets the value of the commitOption property. |
void |
setEjbTimerService(EjbTimerService value)
Sets the value of the ejbTimerService property. |
void |
setMaxCacheSize(java.lang.String value)
Sets the value of the maxCacheSize property. |
void |
setMaxPoolSize(java.lang.String value)
Sets the value of the maxPoolSize property. |
void |
setPoolIdleTimeoutInSeconds(java.lang.String value)
Sets the value of the poolIdleTimeoutInSeconds property. |
void |
setPoolResizeQuantity(java.lang.String value)
Sets the value of the poolResizeQuantity property. |
void |
setRemovalTimeoutInSeconds(java.lang.String value)
Sets the value of the removalTimeoutInSeconds property. |
void |
setSessionStore(java.lang.String value)
Sets the value of the sessionStore property. |
void |
setSteadyPoolSize(java.lang.String value)
Sets the value of the steadyPoolSize property |
void |
setVictimSelectionPolicy(java.lang.String value)
Sets the value of the victimSelectionPolicy property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Field Detail |
|---|
static final int DEFAULT_THREAD_CORE_POOL_SIZE
static final int DEFAULT_THREAD_MAX_POOL_SIZE
static final long DEFAULT_THREAD_KEEP_ALIVE_SECONDS
static final int DEFAULT_THREAD_QUEUE_CAPACITY
static final boolean DEFAULT_ALLOW_CORE_THREAD_TIMEOUT
static final boolean DEFAULT_PRESTART_ALL_CORE_THREADS
| Method Detail |
|---|
@Min(value=0L) java.lang.String getSteadyPoolSize()
String
void setSteadyPoolSize(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) java.lang.String getPoolResizeQuantity()
String
void setPoolResizeQuantity(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) java.lang.String getMaxPoolSize()
String
void setMaxPoolSize(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=1L) java.lang.String getCacheResizeQuantity()
String
void setCacheResizeQuantity(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) java.lang.String getMaxCacheSize()
String
void setMaxCacheSize(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) java.lang.String getPoolIdleTimeoutInSeconds()
String
void setPoolIdleTimeoutInSeconds(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) java.lang.String getCacheIdleTimeoutInSeconds()
String
void setCacheIdleTimeoutInSeconds(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) java.lang.String getRemovalTimeoutInSeconds()
String
void setRemovalTimeoutInSeconds(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(nru|fifo|lru)") java.lang.String getVictimSelectionPolicy()
String
void setVictimSelectionPolicy(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="B|C") java.lang.String getCommitOption()
String
void setCommitOption(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getSessionStore()
String
void setSessionStore(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionEjbTimerService getEjbTimerService()
EjbTimerService
void setEjbTimerService(EjbTimerService value)
throws java.beans.PropertyVetoException
value - allowed object is
EjbTimerService
java.beans.PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={@PropertyDesc(name="disable-nonportable-jndi-names",defaultValue="false",values={"true","false"}),@PropertyDesc(name="thread-core-pool-size"),@PropertyDesc(name="thread-max-pool-size"),@PropertyDesc(name="thread-keep-alive-seconds"),@PropertyDesc(name="thread-queue-capacity"),@PropertyDesc(name="allow-core-thread-timeout"),@PropertyDesc(name="prestart-all-core-threads")})
java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||