Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.diameter
Class Route

java.lang.Object
  extended by com.bea.wcp.diameter.Route


public class Route
extends java.lang.Object

Realm-based route information.


Field Summary
static int ACTION_LOCAL
           
static int ACTION_PROXY
           
static int ACTION_REDIRECT
           
static int ACTION_RELAY
           

 

Constructor Summary
Route(Node node, DefaultRouteBean defaultRouteBean)
           
Route(Node node, int action)
           
Route(Node node, RouteBean routeBean)
           

 

Method Summary
 void addServer(java.lang.String host)
           
 int getAction()
           
 Peer[] getServers()
           
static int parseAction(java.lang.String action)
           
 void removeServer(java.lang.String host)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ACTION_LOCAL

public static final int ACTION_LOCAL
See Also:
Constant Field Values

ACTION_RELAY

public static final int ACTION_RELAY
See Also:
Constant Field Values

ACTION_PROXY

public static final int ACTION_PROXY
See Also:
Constant Field Values

ACTION_REDIRECT

public static final int ACTION_REDIRECT
See Also:
Constant Field Values

Constructor Detail

Route

public Route(Node node,
             int action)

Route

public Route(Node node,
             RouteBean routeBean)

Route

public Route(Node node,
             DefaultRouteBean defaultRouteBean)

Method Detail

parseAction

public static int parseAction(java.lang.String action)

addServer

public void addServer(java.lang.String host)
               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

removeServer

public void removeServer(java.lang.String host)

getAction

public int getAction()

getServers

public Peer[] getServers()

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.