Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.diameter.config
Interface DiameterOutboundDestinationMBean


public interface DiameterOutboundDestinationMBean

Inteface for DiameterOutboundDestinationMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getAlias()
          Alias is a key used to identify host and realm pairs from this table.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName getDiameterOutboundRouting_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: DiameterOutboundRouting_REFSEP_
 java.lang.String getHost()
          Host value to be set in outgoing message upon a match of destination realm against alias.
 java.lang.String getRealm()
          Realm value to be set in outgoing message upon a match of destination realm against alias.
 void setAlias(java.lang.String param)
          Alias is a key used to identify host and realm pairs from this table.
 void setHost(java.lang.String param)
          Host value to be set in outgoing message upon a match of destination realm against alias.
 void setRealm(java.lang.String param)
          Realm value to be set in outgoing message upon a match of destination realm against alias.

 

Method Detail

getDiameterOutboundRouting_REFSEP_

javax.management.ObjectName getDiameterOutboundRouting_REFSEP_()
                                                               throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: DiameterOutboundRouting_REFSEP_
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getAlias

java.lang.String getAlias()
                          throws java.io.IOException
Alias is a key used to identify host and realm pairs from this table. Outgoing message destination realm value is matched against this Alias. On a match, the host and realm values on the outgoing message are replaced with the host and realm values from the match found in table.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAlias

void setAlias(java.lang.String param)
              throws java.io.IOException
Alias is a key used to identify host and realm pairs from this table. Outgoing message destination realm value is matched against this Alias. On a match, the host and realm values on the outgoing message are replaced with the host and realm values from the match found in table.
Parameters:
param -
Throws:
java.io.IOException

getHost

java.lang.String getHost()
                         throws java.io.IOException
Host value to be set in outgoing message upon a match of destination realm against alias.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setHost

void setHost(java.lang.String param)
             throws java.io.IOException
Host value to be set in outgoing message upon a match of destination realm against alias.
Parameters:
param -
Throws:
java.io.IOException

getRealm

java.lang.String getRealm()
                          throws java.io.IOException
Realm value to be set in outgoing message upon a match of destination realm against alias.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setRealm

void setRealm(java.lang.String param)
              throws java.io.IOException
Realm value to be set in outgoing message upon a match of destination realm against alias.
Parameters:
param -
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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