Serialized Form


Package org.mobicents.slee.resource.diameter.rf

Class org.mobicents.slee.resource.diameter.rf.DiameterRfResourceAdaptor extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

acctApplicationIds

java.util.List<E> acctApplicationIds

eventIdCache

EventIDCache eventIdCache
caches the eventIDs, avoiding lookup in container


eventIDFilter

org.mobicents.slee.resource.diameter.base.EventIDFilter eventIDFilter
tells the RA if an event with a specified ID should be filtered or not


raContext

javax.slee.resource.ResourceAdaptorContext raContext
The ResourceAdaptorContext interface is implemented by the SLEE. It provides the Resource Adaptor with the required capabilities in the SLEE to execute its work. The ResourceAdaptorCon- text object holds references to a number of objects that are of interest to many Resource Adaptors. A resource adaptor object is provided with a ResourceAdaptorContext object when the setResour- ceAdaptorContext method of the ResourceAdaptor interface is invoked on the resource adaptor object.


ftRAContext

org.mobicents.slee.resource.cluster.FaultTolerantResourceAdaptorContext<K extends java.io.Serializable,V extends java.io.Serializable> ftRAContext
FT/HA version of RA context.


marshaler

org.mobicents.slee.resource.diameter.base.DiameterBaseMarshaler marshaler

tracer

javax.slee.facilities.Tracer tracer
A tracer is represented in the SLEE by the Tracer interface. Notification sources access the Tracer Facil- ity through a Tracer object that implements the Tracer interface. A Tracer object can be obtained by SBBs via the SbbContext interface, by resource adaptor entities via the ResourceAdaptorContext interface, and by profiles via the ProfileContext interface.


stack

org.jdiameter.api.Stack stack

diameterMultiplexerObjectName

javax.management.ObjectName diameterMultiplexerObjectName

diameterMux

org.mobicents.diameter.stack.DiameterStackMultiplexerMBean diameterMux

activityRemoveDelay

long activityRemoveDelay

baseMessageFactory

org.mobicents.slee.resource.diameter.base.DiameterMessageFactoryImpl baseMessageFactory

baseAvpFactory

org.mobicents.slee.resource.diameter.base.DiameterAvpFactoryImpl baseAvpFactory

rfMessageFactory

RfMessageFactoryImpl rfMessageFactory

rfAvpFactory

RfAvpFactory rfAvpFactory

sessionFactory

org.jdiameter.api.SessionFactory sessionFactory

rfSessionFactory

org.jdiameter.common.api.app.rf.IRfSessionFactory rfSessionFactory

raProvider

org.mobicents.slee.resource.diameter.rf.DiameterRfResourceAdaptor.RfProviderImpl raProvider
A link to the DiameterProvider which then will be exposed to Sbbs

Class org.mobicents.slee.resource.diameter.rf.RfClientSessionActivityImpl extends RfSessionActivityImpl implements Serializable

serialVersionUID: -896041231173969408L

Class org.mobicents.slee.resource.diameter.rf.RfServerSessionActivityImpl extends RfSessionActivityImpl implements Serializable

serialVersionUID: -4463687722140594904L

Serialized Fields

originHost

java.lang.String originHost

originRealm

java.lang.String originRealm

Class org.mobicents.slee.resource.diameter.rf.RfSessionActivityImpl extends org.mobicents.slee.resource.diameter.base.DiameterActivityImpl implements Serializable

serialVersionUID: 4602851199202393775L

Serialized Fields

rfMessageFactory

RfMessageFactory rfMessageFactory



Copyright © 2012. All Rights Reserved.