|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdiameter.client.impl.helpers.Ordinal
org.jdiameter.client.impl.helpers.ExtensionPoint
public class ExtensionPoint
This class provide pluggable features
| Field Summary | |
|---|---|
static ExtensionPoint |
ControllerLayer
Controller layer |
static int |
COUNT
Type's count of extension point |
protected static int |
index
|
static ExtensionPoint |
Internal
List of internal extension point |
static ExtensionPoint |
InternalElementParser
Element message implementation class name |
static ExtensionPoint |
InternalMessageParser
Message parser implementation class name |
static ExtensionPoint |
InternalMetaData
MetaData implementation class name |
static ExtensionPoint |
InternalPeerController
Peer controller implementation class name |
static ExtensionPoint |
InternalPeerFsmFactory
Peer fsm factory implementation class name |
static ExtensionPoint |
InternalRouterEngine
Router enginr implementation class name |
static ExtensionPoint |
InternalSessionFactory
Session factiry implementation class name |
static ExtensionPoint |
InternalTransportFactory
Transport factory implementation class name |
static ExtensionPoint |
StackLayer
Stack layer |
static ExtensionPoint |
TransportLayer
Transport layer |
| Fields inherited from class org.jdiameter.client.impl.helpers.Ordinal |
|---|
name, ordinal |
| Constructor Summary | |
|---|---|
|
ExtensionPoint()
Create instance of class |
protected |
ExtensionPoint(java.lang.String name,
ExtensionPoint... elements)
|
protected |
ExtensionPoint(java.lang.String name,
int id,
ExtensionPoint... elements)
|
protected |
ExtensionPoint(java.lang.String name,
java.lang.String defaultValue)
|
| Method Summary | |
|---|---|
void |
appendElements(ExtensionPoint... elements)
Append extension point entries |
java.lang.String |
defValue()
Return default value of extension point |
ExtensionPoint[] |
getArrayOfParameters()
Return parameters of extension point |
int |
id()
Return id of extwnsion point |
static java.lang.Iterable<Parameters> |
values()
Return Iterator of all entries |
| 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 |
|---|
protected static int index
public static final ExtensionPoint InternalMetaData
public static final ExtensionPoint InternalMessageParser
public static final ExtensionPoint InternalElementParser
public static final ExtensionPoint InternalRouterEngine
public static final ExtensionPoint InternalPeerController
public static final ExtensionPoint InternalSessionFactory
public static final ExtensionPoint InternalTransportFactory
public static final ExtensionPoint InternalPeerFsmFactory
public static final ExtensionPoint Internal
public static final ExtensionPoint StackLayer
public static final ExtensionPoint ControllerLayer
public static final ExtensionPoint TransportLayer
public static final int COUNT
| Constructor Detail |
|---|
public ExtensionPoint()
protected ExtensionPoint(java.lang.String name,
java.lang.String defaultValue)
protected ExtensionPoint(java.lang.String name,
ExtensionPoint... elements)
protected ExtensionPoint(java.lang.String name,
int id,
ExtensionPoint... elements)
| Method Detail |
|---|
public static java.lang.Iterable<Parameters> values()
public void appendElements(ExtensionPoint... elements)
elements - array of append extension point entriespublic ExtensionPoint[] getArrayOfParameters()
public java.lang.String defValue()
public int id()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||