public interface ServerConfigMBean
Modifier and Type | Method and Description |
---|---|
void |
addNetworkAccessPoint()
Add a new element named networkAccessPoint
|
void |
addSecurityContext()
Add a new element named securityContext
|
java.util.List<NetworkAccessPointMBean> |
getNetworkAccessPointMBean()
Return the list of the NetworkAccessPoint element
|
java.util.List<SecurityContextMBean> |
getSecurityContextMBean()
Return the list of the SecurityContext element
|
int |
getTimeoutMs()
Gets the value of the timeoutMs property.
|
void |
removeNetworkAccessPoint(int index)
Remove an element named networkAccessPoint by the index
|
void |
removeSecurityContext(int index)
Remove an element named securityContext by the index
|
void |
setTimeoutMs(java.lang.Integer value)
Sets the value of the timeoutMs property.
|
int getTimeoutMs()
void setTimeoutMs(java.lang.Integer value)
void addNetworkAccessPoint()
void removeNetworkAccessPoint(int index)
void addSecurityContext()
void removeSecurityContext(int index)
java.util.List<NetworkAccessPointMBean> getNetworkAccessPointMBean()
java.util.List<SecurityContextMBean> getSecurityContextMBean()