public interface SLCallable
Title: Structured Data Objects
Description: Defines a base interface for all Callable objects used in Operation.
Copyright: Copyright (c) 2019
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getStartupDir()
Returns a directory where the Callable application is launched.
|
boolean |
isNativeContext(com.streamscape.slex.MFSession session)
Checks if the specified session represents a context that is native to this Callable object.
|
boolean isNativeContext(com.streamscape.slex.MFSession session)
RuntimeMFSession
represents a context that is native to operations
that use the RuntimeContext
as a Callable object.session
- the session to be checked.true
if the specified context is native to this object, false
otherwise.default java.lang.String getStartupDir()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.