Serialized Form


Package org.mobicents.slee.resource.diameter.sh.server

Class org.mobicents.slee.resource.diameter.sh.server.DiameterShServerResourceAdaptor extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

authApplicationIds

java.util.List<E> authApplicationIds

eventIdCache

org.mobicents.slee.resource.diameter.sh.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.


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

sessionFactory

org.jdiameter.api.SessionFactory sessionFactory

messageTimeout

long messageTimeout

diameterMultiplexerObjectName

javax.management.ObjectName diameterMultiplexerObjectName

diameterMux

org.mobicents.diameter.stack.DiameterStackMultiplexerMBean diameterMux

baseAvpFactory

net.java.slee.resource.diameter.base.DiameterAvpFactory baseAvpFactory

shAvpFactory

net.java.slee.resource.diameter.sh.DiameterShAvpFactory shAvpFactory



Copyright © 2010. All Rights Reserved.