public interface Orb
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Method and Description |
|---|---|
String |
getMaxConnections()
Gets the value of the maxConnections property.
|
String |
getMessageFragmentSize()
Gets the value of the messageFragmentSize property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
String |
getUseThreadPoolIds()
Gets the value of the useThreadPoolIds property.
|
void |
setMaxConnections(String value)
Sets the value of the maxConnections property.
|
void |
setMessageFragmentSize(String value)
Sets the value of the messageFragmentSize property.
|
void |
setUseThreadPoolIds(String value)
Sets the value of the useThreadPoolIds property.
|
@NotNull String getUseThreadPoolIds()
Stringvoid setUseThreadPoolIds(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=128L) String getMessageFragmentSize()
Stringvoid setMessageFragmentSize(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=0L) String getMaxConnections()
Stringvoid setMaxConnections(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017. All rights reserved.