Package com.opencloud.sentinel.common
Interface SentinelSs7EncodableContext
-
- All Superinterfaces:
SentinelBaseEncodableContext
,com.opencloud.sentinel.common.SentinelDiameterEncodableContext
public interface SentinelSs7EncodableContext extends SentinelBaseEncodableContext, com.opencloud.sentinel.common.SentinelDiameterEncodableContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.opencloud.slee.resources.cgin.persist.PersistRegistry
getCginPersistRegistry()
Returns the CGIN Persist Registry for the currently in use protocol.com.opencloud.slee.resources.cgin.persist.PersistRegistry
getCginPersistRegistry(com.opencloud.sentinel.common.SentinelProtocol protocol)
Returns the CGIN Persist Registry for the specified protocol.-
Methods inherited from interface com.opencloud.sentinel.common.SentinelBaseEncodableContext
getSentinelCommonSessionState, getTracer
-
-
-
-
Method Detail
-
getCginPersistRegistry
com.opencloud.slee.resources.cgin.persist.PersistRegistry getCginPersistRegistry()
Returns the CGIN Persist Registry for the currently in use protocol.
-
getCginPersistRegistry
com.opencloud.slee.resources.cgin.persist.PersistRegistry getCginPersistRegistry(com.opencloud.sentinel.common.SentinelProtocol protocol)
Returns the CGIN Persist Registry for the specified protocol.
-
-