Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
Request |
MessageFactory.createRequest(Node node,
Command cmd,
int appId,
String sessionId)
Creates a new Message with the specified command.
|
Request |
GenericMessageFactory.createRequest(Node node,
Command cmd,
int appId,
String sessionId) |
static void |
Node.setInstance(Node node)
Sets the Node instance that will be used for deserialization of
persistent session objects.
|
Constructor and Description |
---|
AppManager(Node node) |
AppManager(Node node,
ConfigurationBean config) |
Capabilities(Node node) |
CER(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(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) |
Peer(Node node,
String host,
InetAddress addr,
int port,
String protocol,
boolean watchdogEnabled) |
RAR(Node node,
Command cmd,
int appId,
String sessionId) |
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) |
Constructor and Description |
---|
ACR(Node node,
int appId,
String sessionId) |
Constructor and Description |
---|
CCR(Node node,
int appId,
String sessionId) |
Modifier and Type | Method and Description |
---|---|
Node |
Launcher.getNode() |