Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Known Subinterfaces:
NetworkAccessPointMBean
All Known Implementing Classes:
NetworkAccessPoint

public interface NetworkAccessPointReadOnlyMBean

Method Summary
 java.lang.String getAddress()
          Gets the value of the address property.
 java.lang.String getKeystoreId()
          Gets the value of the keystoreId property.
 int getPort()
          Gets the value of the port property.
 java.lang.String getProtocol()
          Gets the value of the protocol property.
 java.lang.String getTarget()
          Gets the value of the target property.
 java.lang.String getTruststoreId()
          Gets the value of the truststoreId property.

 

Method Detail

getAddress

java.lang.String getAddress()
Gets the value of the address property.

getPort

int getPort()
Gets the value of the port property.

getProtocol

java.lang.String getProtocol()
Gets the value of the protocol property.

getKeystoreId

java.lang.String getKeystoreId()
Gets the value of the keystoreId property.

getTruststoreId

java.lang.String getTruststoreId()
Gets the value of the truststoreId property.

getTarget

java.lang.String getTarget()
Gets the value of the target property.

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.