Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.protocol.http
Interface ServerConfigMBean


public interface ServerConfigMBean

Method Summary
 void addNetworkAccessPoint()
          Add a new element named networkAccessPoint
 void addSecurityContext()
          Add a new element named securityContext
 List<NetworkAccessPointMBean> getNetworkAccessPointMBean()
          Return the list of the NetworkAccessPoint element
 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(Integer value)
          Sets the value of the timeoutMs property.

 

Method Detail

getTimeoutMs

int getTimeoutMs()
Gets the value of the timeoutMs property.

setTimeoutMs

void setTimeoutMs(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

getNetworkAccessPointMBean

List<NetworkAccessPointMBean> getNetworkAccessPointMBean()
Return the list of the NetworkAccessPoint element

getSecurityContextMBean

List<SecurityContextMBean> getSecurityContextMBean()
Return the list of the SecurityContext element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.