Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.bea.wcp.diameter.Node

Packages that use Node
com.bea.wcp.diameter The Diameter base protocol API. 
com.bea.wcp.diameter.accounting The Diameter offline charging API (Rf interface). 
com.bea.wcp.diameter.cc The Diameter credit control API (Ro interface). 
com.bea.wcp.diameter.util Diameter base protocol API helper utilities. 

 

Uses of Node in com.bea.wcp.diameter

 

Methods in com.bea.wcp.diameter that return Node
static Node Node.createNode(File configFile)
          Creates a new Diameter Node instance for the specified configuration.
static Node Node.getInstance()
          Returns the Node instance to use when deserializing session objects.
 Node Application.getNode()
          Returns the Diameter Node hosting the application.
 Node Request.getNode()
           
 Node Peer.getNode()
           

 

Methods in com.bea.wcp.diameter with parameters of type Node
 Request GenericMessageFactory.createRequest(Node node, Command cmd, int appId, String sessionId)
           
 Request MessageFactory.createRequest(Node node, Command cmd, int appId, String sessionId)
          Creates a new Message with the specified command.
static void Node.setInstance(Node node)
          Sets the Node instance that will be used for deserialization of persistent session objects.

 

Constructors in com.bea.wcp.diameter with parameters of type Node
AppManager(Node node)
           
AppManager(Node node, ConfigurationBean config)
           
Capabilities(Node node)
           
Message(Node node, Command cmd, int appId, int hopByHopId, int endToEndId, String sessionId)
          This constructor is only called by Request when creating a new request.
Peer.CER(Node node)
           
Peer(Node node, PeerBean peer)
           
Peer(Node node, String host)
          Creates new Peer for an incoming dynamic peer connection.
Peer(Node node, String host, InetAddress addr, int port)
           
Peer(Node node, String host, InetAddress addr, int port, String protocol)
           
RAR(Node node, int appId, String sessionId)
           
Request(Node node, Command cmd, int appId, String sessionId)
          Creates a new Request for a given command, application, and optional session identifier.
Route(Node node, DefaultRouteBean defaultRouteBean)
           
Route(Node node, int action)
           
Route(Node node, RouteBean routeBean)
           
RouteTable(Node node)
           
RouteTable(Node node, ConfigurationBean config)
           

 

Uses of Node in com.bea.wcp.diameter.accounting

 

Constructors in com.bea.wcp.diameter.accounting with parameters of type Node
ACR(Node node, int appId, String sessionId)
           

 

Uses of Node in com.bea.wcp.diameter.cc

 

Constructors in com.bea.wcp.diameter.cc with parameters of type Node
CCR(Node node, int appId, String sessionId)
           

 

Uses of Node in com.bea.wcp.diameter.util

 

Methods in com.bea.wcp.diameter.util that return Node
 Node Launcher.getNode()
           

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.