org.jdiameter.server.impl.helpers
Class Parameters

java.lang.Object
  extended by org.jdiameter.client.impl.helpers.Ordinal
      extended by org.jdiameter.client.impl.helpers.Parameters
          extended by org.jdiameter.server.impl.helpers.Parameters
All Implemented Interfaces:
java.io.Serializable

public class Parameters
extends Parameters

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski
See Also:
Serialized Form

Field Summary
static Parameters AcceptUndefinedPeer
          On/Off
static Parameters BindDelay
          Socket bind delay property
static Parameters DuplicateProtection
          On/Off duplication protection property
static Parameters DuplicateSize
          Maximum number of Answers to keep for duplicate detection
static Parameters DuplicateTimer
          Duplication clear task time period property
static Parameters NeedClientAuth
          Peer reconnection property property
static Parameters OverloadEntryhighThreshold
          Overload high threshold property
static Parameters OverloadEntryIndex
          Overload entry Index property
static Parameters OverloadEntrylowThreshold
          Overload low threshold property
static Parameters OverloadMonitor
          Overload monitor property
static Parameters OverloadMonitorData
          Overload monitor data property
static Parameters OverloadMonitorEntry
          Overload monitor entry property
static Parameters OwnIPAddresses
          Array of local host ip addresses property
static Parameters PeerAttemptConnection
          Peer reconnection property property
static Parameters RealmEntryExpTime
          Realm EntryExpTime
static Parameters RealmEntryIsDynamic
          Realm EntryIsDynamic
static Parameters RealmHosts
          Realm hosts property
static Parameters RealmLocalAction
          Realm action property
static Parameters RealmName
          Realm name property
static Parameters RequestTable
          RequestTable - specifies parameters of request table.
static Parameters RequestTableClearSize
           
static Parameters RequestTableSize
           
 
Fields inherited from class org.jdiameter.client.impl.helpers.Parameters
AcctApplId, Agent, ApplicationId, Assembler, AuthApplId, CeaTimeOut, CipherSuites, Concurrent, ConcurrentEntityDescription, ConcurrentEntityName, ConcurrentEntityPoolSize, Dictionary, DictionaryClass, DictionaryEnabled, DictionaryReceiveLevel, DictionarySendLevel, DpaTimeOut, DwaTimeOut, ExtensionName, Extensions, IacTimeOut, index, KDFile, KDManager, KDPwd, KDStore, KeyData, MessageTimeOut, OwnDiameterURI, OwnFirmwareRevision, OwnIPAddress, OwnProductName, OwnRealm, OwnVendorID, Peer, PeerFSMThreadCount, PeerIp, PeerLocalPortRange, PeerName, PeerRating, PeerTable, Properties, Property, PropertyName, PropertyValue, QueueSize, Realm, RealmEntry, RealmTable, RecTimeOut, SDEnableSessionCreation, SDName, SDProtocol, SDUseClientMode, Security, SecurityData, SecurityRef, Statistics, StatisticsActiveList, StatisticsEnabled, StatisticsLoggerDelay, StatisticsLoggerPause, StopTimeOut, TDFile, TDManager, TDPwd, TDStore, ThreadPool, ThreadPoolPriority, ThreadPoolSize, TrustData, UseUriAsFqdn, VendorId
 
Fields inherited from class org.jdiameter.client.impl.helpers.Ordinal
name, ordinal
 
Constructor Summary
protected Parameters(java.lang.String name, java.lang.Class type)
           
protected Parameters(java.lang.String name, java.lang.Class type, java.lang.Object defValue)
           
 
Method Summary
 
Methods inherited from class org.jdiameter.client.impl.helpers.Parameters
defValue, type, values
 
Methods inherited from class org.jdiameter.client.impl.helpers.Ordinal
name, ordinal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OwnIPAddresses

public static final Parameters OwnIPAddresses
Array of local host ip addresses property


DuplicateProtection

public static final Parameters DuplicateProtection
On/Off duplication protection property


DuplicateTimer

public static final Parameters DuplicateTimer
Duplication clear task time period property


DuplicateSize

public static final Parameters DuplicateSize
Maximum number of Answers to keep for duplicate detection


AcceptUndefinedPeer

public static final Parameters AcceptUndefinedPeer
On/Off


RealmName

public static final Parameters RealmName
Realm name property


RealmHosts

public static final Parameters RealmHosts
Realm hosts property


RealmLocalAction

public static final Parameters RealmLocalAction
Realm action property


RealmEntryIsDynamic

public static final Parameters RealmEntryIsDynamic
Realm EntryIsDynamic


RealmEntryExpTime

public static final Parameters RealmEntryExpTime
Realm EntryExpTime


OverloadMonitor

public static final Parameters OverloadMonitor
Overload monitor property


OverloadMonitorEntry

public static final Parameters OverloadMonitorEntry
Overload monitor entry property


OverloadMonitorData

public static final Parameters OverloadMonitorData
Overload monitor data property


OverloadEntryIndex

public static final Parameters OverloadEntryIndex
Overload entry Index property


OverloadEntryhighThreshold

public static final Parameters OverloadEntryhighThreshold
Overload high threshold property


OverloadEntrylowThreshold

public static final Parameters OverloadEntrylowThreshold
Overload low threshold property


PeerAttemptConnection

public static final Parameters PeerAttemptConnection
Peer reconnection property property


NeedClientAuth

public static final Parameters NeedClientAuth
Peer reconnection property property


BindDelay

public static final Parameters BindDelay
Socket bind delay property


RequestTable

public static final Parameters RequestTable
RequestTable - specifies parameters of request table.


RequestTableSize

public static final Parameters RequestTableSize

RequestTableClearSize

public static final Parameters RequestTableClearSize
Constructor Detail

Parameters

protected Parameters(java.lang.String name,
                     java.lang.Class type)

Parameters

protected Parameters(java.lang.String name,
                     java.lang.Class type,
                     java.lang.Object defValue)


Copyright © 2014. All Rights Reserved.