|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stack | |
|---|---|
| org.jdiameter.api | |
| Uses of Stack in org.jdiameter.api |
|---|
| Methods in org.jdiameter.api that return Stack | |
|---|---|
static Stack |
StackManager.getStack(java.lang.String className)
Attempts to locate a stack. |
| Methods in org.jdiameter.api that return types with arguments of type Stack | |
|---|---|
static java.util.Enumeration<Stack> |
StackManager.getStacks()
Retrieves an Enumeration with all of the currently loaded Diameter stacks to which the current caller has access. |
| Methods in org.jdiameter.api with parameters of type Stack | |
|---|---|
static void |
StackManager.deregisterStack(Stack stack)
Drops a driver from the DiameterManager's list. |
static void |
StackManager.registerStack(Stack stack)
Registers the given stack with the ScoketManager. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||