public class WebServerObject extends com.streamscape.ds.schema.server.AbstractVirtualClientServerObject implements SLCallable
Title: Dataspace Framework
Description: WEB server object.
Copyright: Copyright (c) 2017
Company: StreamScape Technologies
Modifier and Type | Class and Description |
---|---|
static class |
WebServerObject.WebServerTypePredefined |
SchemaObject.ConstraintTypes, SchemaObject.Deferable, SchemaObject.Nullability, SchemaObject.ParameterModes, SchemaObject.ReferentialAction, SchemaObject.ViewCheckModes
ACTOR, ASPECTS, ASSERTION, CATALOG, CHARSET, COLLATION, COLLECTION, COLUMN, CONNECTION_FACTORY, CONSTRAINT, CURSOR, DOMAIN, emptyArray, EVENT_PROTOTYPE, FACETS, FILE_DESCRIPTOR, FULL_TEXT_INDEX, FUNCTION, GRANTEE, INDEX, JOB, LABEL, PARAMETER, PROCEDURE, REFERENCE_LINK, REPLICA, REPLICATION_SOURCE, ROUTINE, SCHEMA, SEMANTIC_TYPE, SEQUENCE, SERVER, SPECIFIC_ROUTINE, SUBQUERY, TABLE, TIMER, TRANSIENT_VAR, TRANSITION, TRIGGER, TYPE, VARIABLE, VIEW, WRAPPER
Constructor and Description |
---|
WebServerObject(DataspaceStore store,
NameManager.ObjectName name,
java.lang.String serverType) |
Modifier and Type | Method and Description |
---|---|
void |
checkBeforeDrop(com.streamscape.ds.session.Session session,
boolean cascade) |
java.lang.Object |
executeRequest(com.streamscape.ds.session.Session session,
java.lang.Object request,
long timeout,
java.util.Map parametersMap) |
boolean |
isNativeContext(com.streamscape.slex.MFSession session)
Checks if the specified session represents a context that is native to this Callable object.
|
compile, describeProperties, destroy, executeQuery, getConnectionService, getConnectionState, getExternalParser, getLexiconProcessor, getProperties, getSQL, isRunning, setProperties
getCatalogName, getChangeTimestamp, getComponents, getDataspace, getEntity, getEntityName, getEntityParameters, getEntityScope, getFactoryName, getFactoryType, getLastError, getLastErrorTimeStamp, getObjectName, getObjectType, getOwner, getReferences, getSchemaName, getServerRole, getServerType, getSQL, getSQLInSchema, isInvalid, logDebug, logError, logInfo, open, setFactoryName, setFactoryType, startServer, stopServer, stopServerWithoutStateUpdate
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStartupDir
aggregateObjectStateHolder, recompileObject
public WebServerObject(DataspaceStore store, NameManager.ObjectName name, java.lang.String serverType)
public java.lang.Object executeRequest(com.streamscape.ds.session.Session session, java.lang.Object request, long timeout, java.util.Map parametersMap)
public void checkBeforeDrop(com.streamscape.ds.session.Session session, boolean cascade)
checkBeforeDrop
in class ServerObject
public boolean isNativeContext(com.streamscape.slex.MFSession session)
SLCallable
RuntimeMFSession
represents a context that is native to operations
that use the RuntimeContext
as a Callable object.isNativeContext
in interface SLCallable
session
- the session to be checked.true
if the specified context is native to this object, false
otherwise.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.