org.jdiameter.server.impl.helpers
Class ExtensionPoint

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

public class ExtensionPoint
extends ExtensionPoint

This class provide pluggable features

See Also:
Serialized Form

Field Summary
static ExtensionPoint InternalNetWork
          Network implementation class name
static ExtensionPoint InternalOverloadManager
          Overload manager implementation class name
 
Fields inherited from class org.jdiameter.client.impl.helpers.ExtensionPoint
ControllerLayer, COUNT, index, Internal, InternalElementParser, InternalMessageParser, InternalMetaData, InternalPeerController, InternalPeerFsmFactory, InternalRouterEngine, InternalSessionFactory, InternalTransportFactory, StackLayer, TransportLayer
 
Fields inherited from class org.jdiameter.client.impl.helpers.Ordinal
name, ordinal
 
Constructor Summary
protected ExtensionPoint(java.lang.String name, ExtensionPoint... parameters)
           
protected ExtensionPoint(java.lang.String name, int id, ExtensionPoint... parameters)
           
protected ExtensionPoint(java.lang.String name, java.lang.String defaultValue, boolean appendToInternal)
           
 
Method Summary
 
Methods inherited from class org.jdiameter.client.impl.helpers.ExtensionPoint
appendElements, defValue, getArrayOfParameters, id, 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

InternalNetWork

public static final ExtensionPoint InternalNetWork
Network implementation class name


InternalOverloadManager

public static final ExtensionPoint InternalOverloadManager
Overload manager implementation class name

Constructor Detail

ExtensionPoint

protected ExtensionPoint(java.lang.String name,
                         java.lang.String defaultValue,
                         boolean appendToInternal)

ExtensionPoint

protected ExtensionPoint(java.lang.String name,
                         ExtensionPoint... parameters)

ExtensionPoint

protected ExtensionPoint(java.lang.String name,
                         int id,
                         ExtensionPoint... parameters)


Copyright © 2008. All Rights Reserved.