Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.bea.wcp.diameter
Class PeerState

java.lang.Object
  extended by com.bea.wcp.diameter.State
      extended by com.bea.wcp.diameter.PeerState


public class PeerState
extends State

Diameter peer state machine.


Field Summary
static PeerState CLOSED
           
static PeerState CLOSING
           
static PeerState I_HANDSHAKE
           
static PeerState I_OPEN
           
static PeerState R_HANDSHAKE
           
static PeerState R_OPEN
           
static PeerState WAIT_CONN_ACK
           
static PeerState WAIT_CONN_ACK_ELECT
           
static PeerState WAIT_I_CEA
           
static PeerState WAIT_RETURNS
           

 

Constructor Summary
PeerState(String name)
           

 

Method Summary
 void connCER(Peer p, Peer.CER m)
           
 void iPeerDisc(Peer p)
           
 void rcvCEA(Peer p, Peer.CEA m)
           
 void rcvCER(Peer p, Peer.CER m)
           
 void rcvConnAck(Peer p, Connection c)
           
 void rcvConnNack(Peer p)
           
 void rcvHndAck(Peer p)
           
 void rcvHndNack(Peer p)
           
 void rPeerDisc(Peer p)
           

 

Methods inherited from class com.bea.wcp.diameter.State
toString

 

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

 

Field Detail

CLOSED

public static final PeerState CLOSED

WAIT_CONN_ACK

public static final PeerState WAIT_CONN_ACK

WAIT_I_CEA

public static final PeerState WAIT_I_CEA

WAIT_CONN_ACK_ELECT

public static final PeerState WAIT_CONN_ACK_ELECT

WAIT_RETURNS

public static final PeerState WAIT_RETURNS

R_HANDSHAKE

public static final PeerState R_HANDSHAKE

I_HANDSHAKE

public static final PeerState I_HANDSHAKE

R_OPEN

public static final PeerState R_OPEN

I_OPEN

public static final PeerState I_OPEN

CLOSING

public static final PeerState CLOSING

Constructor Detail

PeerState

public PeerState(String name)

Method Detail

connCER

public void connCER(Peer p,
                    Peer.CER m)
             throws IOException
Throws:
IOException

rcvConnAck

public void rcvConnAck(Peer p,
                       Connection c)
                throws IOException
Throws:
IOException

rcvConnNack

public void rcvConnNack(Peer p)
                 throws IOException
Throws:
IOException

rcvCER

public void rcvCER(Peer p,
                   Peer.CER m)
            throws IOException
Throws:
IOException

rcvCEA

public void rcvCEA(Peer p,
                   Peer.CEA m)
            throws IOException
Throws:
IOException

iPeerDisc

public void iPeerDisc(Peer p)
               throws IOException
Throws:
IOException

rPeerDisc

public void rPeerDisc(Peer p)
               throws IOException
Throws:
IOException

rcvHndAck

public void rcvHndAck(Peer p)

rcvHndNack

public void rcvHndNack(Peer p)

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.