public interface AccessorSessionReference extends RequestConsumerReference
Title: Service Event Fabric Core
Description: Defines an interface of the Accessor Session reference.
Copyright: Copyright (c) 2015
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessorComponentName()
Returns a name of the component that created the associated accessor.
|
java.lang.String |
getAccessorName()
Returns the name of the accessor that created this session.
|
java.lang.String |
getSessionName()
Returns the name of the session.
|
boolean |
isSLSession()
Checks if this session is a
SLANG session. |
getCurrentState, getName
getAddress
getComponentAddress, getEventScope, getExchangeRole
java.lang.String getSessionName()
java.lang.String getAccessorComponentName()
java.lang.String getAccessorName()
boolean isSLSession()
SLANG
session.true
if the session is a SLANG
session, false
otherwise.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.