Uses of Interface
org.jdiameter.client.api.IMetaData

Packages that use IMetaData
org.jdiameter.client.impl   
org.jdiameter.client.impl.controller   
org.jdiameter.server.api   
org.jdiameter.server.impl   
 

Uses of IMetaData in org.jdiameter.client.impl
 

Classes in org.jdiameter.client.impl that implement IMetaData
 class MetaDataImpl
          Use stack extension point
 

Uses of IMetaData in org.jdiameter.client.impl.controller
 

Fields in org.jdiameter.client.impl.controller declared as IMetaData
protected  IMetaData PeerImpl.metaData
           
 

Constructors in org.jdiameter.client.impl.controller with parameters of type IMetaData
PeerImpl(PeerTableImpl table, int rating, URI remotePeer, java.lang.String ip, java.lang.String portRange, IMetaData metaData, Configuration config, Configuration peerConfig, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IMessageParser parser, IStatisticManager statisticFactory, IConcurrentFactory concurrentFactory, IConnection connection, ISessionDatasource sessionDataSource)
           
PeerImpl(PeerTableImpl table, int rating, URI remotePeer, java.lang.String ip, java.lang.String portRange, IMetaData metaData, Configuration config, Configuration peerConfig, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IStatisticManager statisticFactory, IConcurrentFactory concurrentFactory, IMessageParser parser, ISessionDatasource sessionDataSource)
           
 

Uses of IMetaData in org.jdiameter.server.api
 

Subinterfaces of IMetaData in org.jdiameter.server.api
 interface IMetaData
          This interface describe extends methods of base class
 

Uses of IMetaData in org.jdiameter.server.impl
 

Constructors in org.jdiameter.server.impl with parameters of type IMetaData
PeerImpl(int rating, URI remotePeer, java.lang.String ip, java.lang.String portRange, boolean attCnn, IConnection connection, MutablePeerTableImpl peerTable, IMetaData metaData, Configuration config, Configuration peerConfig, ISessionFactory sessionFactory, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IStatisticManager statisticFactory, IConcurrentFactory concurrentFactory, IMessageParser parser, INetwork nWork, IOverloadManager oManager, ISessionDatasource sessionDataSource)
          Create instance of class
 



Copyright © 2014. All Rights Reserved.