|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.axia.config.beans.protocol.http.ServerConfig
public class ServerConfig
Java class for ServerConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServerConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="networkAccessPoint" type="{http://xmlns.oracle.com/axia/http-config}NetworkAccessPoint" maxOccurs="unbounded" minOccurs="0"/>
<element name="securityContext" type="{http://xmlns.oracle.com/axia/http-config}SecurityContext" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="timeoutMs" type="{http://xmlns.oracle.com/axia/http-config}TimeoutType" default="30000" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<NetworkAccessPoint> |
networkAccessPoint |
protected java.util.List<SecurityContext> |
securityContext |
protected java.lang.Integer |
timeoutMs |
| Constructor Summary | |
|---|---|
ServerConfig()Default Constructor |
|
ServerConfig(java.util.List<NetworkAccessPoint> networkAccessPoint, java.util.List<SecurityContext> securityContext, java.lang.Integer timeoutMs) |
|
| Method Summary | |
|---|---|
void |
addNetworkAccessPoint()Add a new element named networkAccessPoint |
void |
addSecurityContext()Add a new element named securityContext |
java.util.List<NetworkAccessPoint> |
getNetworkAccessPoint()Gets the value of the networkAccessPoint property. |
java.util.List<NetworkAccessPointMBean> |
getNetworkAccessPointMBean()Get the list of the NetworkAccessPoint element |
java.util.List<SecurityContext> |
getSecurityContext()Gets the value of the securityContext property. |
java.util.List<SecurityContextMBean> |
getSecurityContextMBean()Get 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<NetworkAccessPoint> networkAccessPoint
protected java.util.List<SecurityContext> securityContext
protected java.lang.Integer timeoutMs
| Constructor Detail |
|---|
public ServerConfig()
public ServerConfig(java.util.List<NetworkAccessPoint> networkAccessPoint,
java.util.List<SecurityContext> securityContext,
java.lang.Integer timeoutMs)
| Method Detail |
|---|
public java.util.List<NetworkAccessPoint> getNetworkAccessPoint()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the networkAccessPoint property.
For example, to add a new item, do as follows:
getNetworkAccessPoint().add(newItem);
Objects of the following type(s) are allowed in the list NetworkAccessPoint
public java.util.List<SecurityContext> getSecurityContext()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the securityContext property.
For example, to add a new item, do as follows:
getSecurityContext().add(newItem);
Objects of the following type(s) are allowed in the list SecurityContext
public int getTimeoutMs()
getTimeoutMs in interface ServerConfigReadOnlyMBeanIntegerpublic void setTimeoutMs(java.lang.Integer value)
setTimeoutMs in interface ServerConfigMBeanvalue - allowed object is Integerpublic void addNetworkAccessPoint()
addNetworkAccessPoint in interface ServerConfigMBeanpublic void removeNetworkAccessPoint(int index)
removeNetworkAccessPoint in interface ServerConfigMBeanindex - The index of removing elementspublic void addSecurityContext()
addSecurityContext in interface ServerConfigMBeanpublic void removeSecurityContext(int index)
removeSecurityContext in interface ServerConfigMBeanindex - The index of removing elementspublic java.util.List<NetworkAccessPointMBean> getNetworkAccessPointMBean()
getNetworkAccessPointMBean in interface ServerConfigReadOnlyMBeanpublic java.util.List<SecurityContextMBean> getSecurityContextMBean()
getSecurityContextMBean in interface ServerConfigReadOnlyMBean
|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||