Uses of Class
org.jdiameter.api.PeerState

Packages that use PeerState
org.jdiameter.api   
 

Uses of PeerState in org.jdiameter.api
 

Methods in org.jdiameter.api that return PeerState
static PeerState PeerState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PeerState[] PeerState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jdiameter.api with parameters of type PeerState
 void PeerStateListener.stateChanged(PeerState oldState, PeerState newState)
          A change of state has occured for a peer.
 



Copyright © 2009. All Rights Reserved.