org.jdiameter.server.impl
Class StackImpl

java.lang.Object
  extended by org.jdiameter.client.impl.StackImpl
      extended by org.jdiameter.server.impl.StackImpl
All Implemented Interfaces:
Stack, Wrapper, IContainer, StackImplMBean

public class StackImpl
extends StackImpl
implements StackImplMBean

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski

Field Summary
 
Fields inherited from class org.jdiameter.client.impl.StackImpl
assembler, concurrentFactory, config, lock, peerManager, scheduledFacility, state
 
Constructor Summary
StackImpl()
           
 
Method Summary
 MetaData getMetaData()
           
 boolean isWrapperFor(java.lang.Class<?> aClass)
           
<T> T
unwrap(java.lang.Class<T> aClass)
           
 
Methods inherited from class org.jdiameter.client.impl.StackImpl
addSessionListener, configuration, destroy, getAssemblerFacility, getConcurrentFactory, getConfiguration, getDictionary, getLogger, getScheduledFacility, getSession, getSessionFactory, getState, init, isActive, metaData, peerDescription, peerList, removeSessionListener, sendMessage, start, start, stop, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jdiameter.client.impl.StackImplMBean
configuration, isActive, metaData, peerDescription, peerList, start, stop
 

Constructor Detail

StackImpl

public StackImpl()
Method Detail

getMetaData

public MetaData getMetaData()
Specified by:
getMetaData in interface Stack
Overrides:
getMetaData in class StackImpl

isWrapperFor

public boolean isWrapperFor(java.lang.Class<?> aClass)
                     throws InternalException
Specified by:
isWrapperFor in interface Wrapper
Overrides:
isWrapperFor in class StackImpl
Throws:
InternalException

unwrap

public <T> T unwrap(java.lang.Class<T> aClass)
         throws InternalException
Specified by:
unwrap in interface Wrapper
Overrides:
unwrap in class StackImpl
Throws:
InternalException


Copyright © 2014. All Rights Reserved.