Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.diameter.management.descriptor.beans
Interface RouteBean

All Superinterfaces:
weblogic.descriptor.DescriptorBean, DiameterDescriptorBean, weblogic.descriptor.SettableBean

public interface RouteBean
extends DiameterDescriptorBean

Field Summary
static java.lang.String ACTION_LOCAL
           
static java.lang.String ACTION_PROXY
           
static java.lang.String ACTION_REDIRECT
           
static java.lang.String ACTION_RELAY
           

 

Method Summary
 java.lang.String getAction()
          The action type used with this route.
 int getApplicationId()
          The target application ID for the route.
 java.lang.String getRealm()
          The target realm.
 java.lang.String[] getServers()
          One or more target servers.
 boolean isActionSet()
           
 boolean isApplicationIdSet()
           
 boolean isRealmSet()
           
 boolean isServersSet()
           
 void setAction(java.lang.String action)
           
 void setApplicationId(int appId)
           
 void setRealm(java.lang.String realm)
           
 void setServers(java.lang.String[] servers)
           

 

Methods inherited from interface com.bea.wcp.diameter.management.descriptor.beans.DiameterDescriptorBean
getName, setName

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet

 

Field Detail

ACTION_LOCAL

static final java.lang.String ACTION_LOCAL
See Also:
Constant Field Values

ACTION_RELAY

static final java.lang.String ACTION_RELAY
See Also:
Constant Field Values

ACTION_PROXY

static final java.lang.String ACTION_PROXY
See Also:
Constant Field Values

ACTION_REDIRECT

static final java.lang.String ACTION_REDIRECT
See Also:
Constant Field Values

Method Detail

getRealm

java.lang.String getRealm()

The target realm.


setRealm

void setRealm(java.lang.String realm)

isRealmSet

boolean isRealmSet()

getApplicationId

int getApplicationId()

The target application ID for the route.


setApplicationId

void setApplicationId(int appId)

isApplicationIdSet

boolean isApplicationIdSet()

getAction

java.lang.String getAction()

The action type used with this route.


setAction

void setAction(java.lang.String action)

isActionSet

boolean isActionSet()

getServers

java.lang.String[] getServers()

One or more target servers.


setServers

void setServers(java.lang.String[] servers)

isServersSet

boolean isServersSet()

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


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