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.


ftRAContext

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


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.


marshaler

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

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

Class org.mobicents.slee.resource.diameter.sh.server.ShServerActivityImpl extends org.mobicents.slee.resource.diameter.base.DiameterActivityImpl implements Serializable

serialVersionUID: -5297270149541413224L

Serialized Fields

userIdentity

net.java.slee.resource.diameter.sh.events.avp.UserIdentityAvp userIdentity

dataReferenceType

net.java.slee.resource.diameter.sh.events.avp.DataReferenceType[] dataReferenceType

authSessionState

net.java.slee.resource.diameter.base.events.avp.AuthSessionStateType authSessionState

remoteRealm

net.java.slee.resource.diameter.base.events.avp.DiameterIdentity remoteRealm

remoteHost

net.java.slee.resource.diameter.base.events.avp.DiameterIdentity remoteHost

Class org.mobicents.slee.resource.diameter.sh.server.ShServerSubscriptionActivityImpl extends org.mobicents.slee.resource.diameter.base.DiameterActivityImpl implements Serializable

serialVersionUID: 1245108589521694221L

Serialized Fields

userIdentity

net.java.slee.resource.diameter.sh.events.avp.UserIdentityAvp userIdentity

dataReferenceType

net.java.slee.resource.diameter.sh.events.avp.DataReferenceType[] dataReferenceType

authSessionState

net.java.slee.resource.diameter.base.events.avp.AuthSessionStateType authSessionState

remoteRealm

net.java.slee.resource.diameter.base.events.avp.DiameterIdentity remoteRealm

remoteHost

net.java.slee.resource.diameter.base.events.avp.DiameterIdentity remoteHost

stateMessages

java.util.ArrayList<E> stateMessages
Should contain requests, so we can create answer.



Copyright © 2010. All Rights Reserved.