Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.http
Interface ServerConfigMBean

All Superinterfaces:
ServerConfigReadOnlyMBean
All Known Implementing Classes:
ServerConfig

public interface ServerConfigMBean
extends ServerConfigReadOnlyMBean

Method Summary
 void addNetworkAccessPoint()
          Add a new element named networkAccessPoint
 void addSecurityContext()
          Add a new element named securityContext
 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 interface oracle.axia.config.beans.protocol.http.ServerConfigReadOnlyMBean
getNetworkAccessPointMBean, getSecurityContextMBean, getTimeoutMs

 

Method Detail

setTimeoutMs

void setTimeoutMs(java.lang.Integer value)
Sets the value of the timeoutMs property.

addNetworkAccessPoint

void addNetworkAccessPoint()
Add a new element named networkAccessPoint

removeNetworkAccessPoint

void removeNetworkAccessPoint(int index)
Remove an element named networkAccessPoint by the index

addSecurityContext

void addSecurityContext()
Add a new element named securityContext

removeSecurityContext

void removeSecurityContext(int index)
Remove an element named securityContext by the index

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.