Uses of Class
com.dynamide.Session

Packages that use Session
com.dynamide The core of the Dynamide Framework: Session, Widget, Page, Property, etc. 
com.dynamide.apps.ide   
com.dynamide.datatypes Wrappers for datatypes found in property elements in resource files. 
com.dynamide.db How to make any data access strategy plug into Dynamide's data-aware components. 
com.dynamide.event Event objects for GUI events and for server side script events. 
com.dynamide.interpreters Plug-in script interpreters for ServerSideEvents. 
com.dynamide.resource Classes for accessing resources from Dynamide. 
com.dynamide.security Security objects, for preventing unauthorized access to resources across Dynamide Assemblies, Sessions, etc. 
com.dynamide.util Utilities and Tools for working in the Dynamide Framework 
com.dynamide.util.trace   
com.dynamide.widgetbeans   
com.dynamide.xsl   
 

Uses of Session in com.dynamide
 

Methods in com.dynamide that return Session
static Session Session.createSession(java.lang.String uri)
          Public factory method using defaults for fullURI, prefix, and not allowing a forcedSessionID, creates and starts session, with designMode==false.
static Session Session.createSession(java.lang.String uri, java.lang.String debugQueryString)
           
static Session Session.createSession(java.lang.String uri, java.lang.String debugQueryString, int modeFlags)
          WARNING: if you set the modeFlags to include MODE_DEBUG, the session won't start.
static Session Session.createSession(java.lang.String uri, java.lang.String fullURI, java.lang.String prefix, java.lang.String forcedSessionID, boolean start, int modeFlags, DynamideHandler handler, java.lang.String debugQueryString, HandlerResult handlerResult)
          Public factory method, creates session, but only starts the Session if param "start" is true.
static Session Session.createTestSession(java.lang.String sessionID, java.lang.String applicationPath, java.lang.String appname, boolean callConstructor)
           
 Session DynamideObject.findParentSession()
           
 Session Session.findSession(java.lang.String otherSessionID)
           
 Session Session.findSession(java.lang.String otherSessionID, boolean touchLastAccessTime)
           
 Session XMLWidgetOutputter.getSession()
           
 Session Property.getSession()
           
 Session Persistent.getSession()
           
 Session Driver.getSession()
           
 Session Session.getSubsession()
          Looks for the special subsession named in the Session field "SUBSESSIONID".
 Session Admin.getTargetSession()
           
static Session Session.publish(java.lang.String applicationPath)
           
static Session Session.publish(java.lang.String applicationPath, PublishParamsDatatype overrideParams, EnumeratedDatatype overridePublishURLs, java.lang.String outputDir, boolean start)
          Publish a dynamic Dynamide web application to a static set of web pages.
static Session Session.publish(java.lang.String applicationPath, java.lang.String outputDir)
           
 

Methods in com.dynamide with parameters of type Session
 java.lang.String Session.getApplicationPropertyEditor(Session session, Session subsession, Property property, java.lang.String onkeydown, java.lang.String onchange)
           
 java.lang.String Session.getPagePropertyEditor(Session session, Session subsession, Page page, Property property, java.lang.String onkeydown, java.lang.String onchange)
           
static java.lang.String Session.getPropertyEditor(Session session, Session subsession, java.lang.String logName, Property property, Property defaultProperty, java.lang.String onkeydown, java.lang.String onchange, StringList variables)
           
 java.lang.String Session.getWidgetPropertyEditor(Session session, Session subsession, Page page, Widget widget, Property property, Property defaultProperty, java.lang.String onkeydown, java.lang.String onchange)
           
 void WidgetType.initializeForSession(Session session)
           
 void XMLWidgetOutputter.setSession(Session new_value)
           
 void Property.setSession(Session new_value)
           
 void Persistent.setSession(Session new_value)
           
 void Driver.setSession(Session new_value)
           
 void Admin.setTargetSession(Session new_value)
           
 

Constructors in com.dynamide with parameters of type Session
AbstractWidget(DynamideObject owner, Session session)
           
AbstractWidget(DynamideObject owner, java.lang.String filename, Session session)
           
Application(DynamideObject owner, Session session)
           
Application(DynamideObject owner, java.lang.String filename, Session session)
           
DynamideLoggedException(Session session, java.lang.String message, java.lang.String extra)
           
DynamideLoggedException(Session session, java.lang.String message, java.lang.String extra, java.lang.Throwable t)
           
Field(DynamideObject owner, Session session)
           
Field(DynamideObject owner, Session session, org.jdom.Element fieldElement, java.lang.String ownerID)
           
Field(DynamideObject owner, Session session, java.lang.String name, java.lang.Object value)
           
Persistent(DynamideObject owner, Session session)
           
Persistent(DynamideObject owner, java.lang.String filename, Session session)
           
Property(DynamideObject owner, Session session, org.jdom.Element propertyElement)
           
Property(DynamideObject owner, Session session, org.jdom.Element propertyElement, java.lang.String ownerID, java.lang.String location)
          Handles creating a Property from an xml Element.
Session.SessionDatasourceIterator(Session target)
           
Widget(DynamideObject owner, Session session)
           
Widget(DynamideObject owner, java.lang.String filename, Session newSession)
           
WidgetType(DynamideObject owner, java.lang.String filename, Session session)
           
 

Uses of Session in com.dynamide.apps.ide
 

Methods in com.dynamide.apps.ide with parameters of type Session
 ScriptEvent IDEApp.application_onAction(ScriptEvent event, Session session)
           
 

Uses of Session in com.dynamide.datatypes
 

Methods in com.dynamide.datatypes that return Session
 Session Datatype.getSession()
           
 

Methods in com.dynamide.datatypes with parameters of type Session
static Datatype Datatype.getDatatypeInstance(DynamideObject owner, java.lang.String datatype, Session session)
           
 void Datatype.setSession(Session new_value)
           
 

Constructors in com.dynamide.datatypes with parameters of type Session
BooleanDatatype(DynamideObject owner, Session session)
           
Caption(DynamideObject owner, Session session)
           
ColumnDatatype(DynamideObject owner, Session session)
           
Datatype(DynamideObject owner, Session session)
           
EnumeratedDatatype(DynamideObject owner, Session session)
           
ExpandableDatatype(DynamideObject owner, Session session)
           
FieldDatatype(DynamideObject owner, Session session)
           
HTMLDatatype(DynamideObject owner, Session session)
           
IDatasourceDatatype(DynamideObject owner, Session session)
           
IntegerDatatype(DynamideObject owner, Session session)
           
Link(DynamideObject owner, Session session)
           
LinkOptions(DynamideObject owner, Session session)
           
LiveEnumeratedDatatype(DynamideObject owner, Session session)
           
PublishParamsDatatype(DynamideObject owner, Session session)
           
ServerSideEvent(DynamideObject owner, Session session)
           
SloppyBooleanDatatype(DynamideObject owner, Session session)
           
StringDatatype(DynamideObject owner, Session session)
           
Version(DynamideObject owner, Session session)
           
WebmacroDatatype(DynamideObject owner, Session session)
           
WidgetDatatype(DynamideObject owner, Session session)
           
 

Uses of Session in com.dynamide.db
 

Methods in com.dynamide.db that return Session
 Session SimpleDatasource.getSession()
           
 Session RDBDatabase.getSession()
           
 

Methods in com.dynamide.db with parameters of type Session
 void SimpleDatasource.setSession(Session new_value)
           
 void RDBDatabase.setSession(Session new_value)
           
 

Constructors in com.dynamide.db with parameters of type Session
RDBDatabase(java.lang.String uri, java.lang.String driverName, java.lang.String username, java.lang.String password, Session session)
           
RDBDatasource(DynamideObject owner, Session session, java.lang.String id)
           
SimpleDatasource(DynamideObject owner, Session session)
           
 

Uses of Session in com.dynamide.event
 

Fields in com.dynamide.event declared as Session
 Session ScriptEvent.session
           
 

Methods in com.dynamide.event that return Session
 Session ScriptEvent.getSession()
           
 

Methods in com.dynamide.event with parameters of type Session
 void ScriptEvent.setSession(Session new_value)
           
 

Uses of Session in com.dynamide.interpreters
 

Methods in com.dynamide.interpreters that return Session
 Session TclInterpreter.getSession()
           
 Session IInterpreter.getSession()
           
 Session BshInterpreter.getSession()
           
 

Methods in com.dynamide.interpreters with parameters of type Session
 void TclInterpreter.setSession(Session session)
           
 void IInterpreter.setSession(Session session)
           
 void BshInterpreter.setSession(Session session)
           
 

Uses of Session in com.dynamide.resource
 

Methods in com.dynamide.resource that return Session
 Session ResourceManager.createSession(java.lang.String urlpath)
           
 Session ResourceManager.findPooledSession(java.lang.String uri)
           
 Session ResourceManager.findPooledSession(WebAppEntry entry)
           
 Session Job.getSession()
           
 Session ResourceManager.getSession(java.lang.String sessionID)
           
 

Methods in com.dynamide.resource with parameters of type Session
 void ResourceManager.addUserSession(java.lang.String userSessionContextName, java.lang.String USER, Session session)
           
 void ResourceManager.checkDirectoryWrite(Session session, java.lang.String directoryPath)
           
 void ResourceManager.doPoolAction(int action, Session session)
           
 Job ResourceManager.installJob(Session session, java.lang.String installedName, java.lang.Object inputObject)
          Call this to install a Job or to re-install a Job -- if a Job with the same ID (which is Session.getFullAppname()) is currently running, it is removed first -- be sure that closeOnJobClose is false if you do this from the Session, otherwise the Session will be closed for you.
 RDBDatabase ResourceManager.openDatabase(java.lang.String dbContextName, Session session)
           
 void ResourceManager.removeSession(Session session)
          Can only be called from com.dynamide.Session.close(), otherwise throws SecurityException.
 void ResourceManager.removeSessionFromPool(Session session)
           
 void ResourceManager.repoolSession(Session session)
           
 IContext ResourceManager.rereadResource(Session session, java.lang.String appname, java.lang.String resourceID)
          Re-read a resource.
 Job ResourceManager.startJob(Session session, java.lang.String eventName, java.lang.Object inputObject)
          Only application events can be started as Jobs -- Page and Widget events are not supported.
 Job ResourceManager.startJob(Session session, java.lang.String eventName, java.lang.Object inputObject, long startDelay)
           
static java.lang.String ResourceManager.writeErrorLog(Session session, java.lang.String id, java.lang.String resourcename, java.lang.String message, java.lang.String stackTrace, java.lang.String errorClassname)
           
static java.lang.String ResourceManager.writeErrorLog(Session session, java.lang.String id, java.lang.String resourcename, java.lang.String message, java.lang.Throwable t)
           
 

Constructors in com.dynamide.resource with parameters of type Session
Job(java.lang.ThreadGroup group, java.lang.String name, Session session, java.lang.String installedName, java.lang.String eventName, java.lang.Object inputObject, long startDelay)
           
 

Uses of Session in com.dynamide.security
 

Constructors in com.dynamide.security with parameters of type Session
Login(Session session, java.lang.String dbContextName, java.lang.String id)
           
 

Uses of Session in com.dynamide.util
 

Methods in com.dynamide.util that return Session
 Session RegisteredActions.getSession()
           
 

Methods in com.dynamide.util with parameters of type Session
static java.lang.String StringTools.spacer(Session session, java.lang.String width)
           
static java.lang.String StringTools.spacer(Session session, java.lang.String width, java.lang.String factor)
           
 

Constructors in com.dynamide.util with parameters of type Session
RegisteredActions(Session session)
           
ValueBeanHelper(Session session, IValueBean bean)
           
 

Uses of Session in com.dynamide.util.trace
 

Methods in com.dynamide.util.trace with parameters of type Session
 IComposite ExpansionLog.enterExpansion(Session session, java.lang.String name, java.lang.String detailName, java.lang.String type, java.lang.String body, java.lang.String location)
           
 

Uses of Session in com.dynamide.widgetbeans
 

Methods in com.dynamide.widgetbeans with parameters of type Session
 java.lang.String TreeBean.dive(java.lang.String nodeID, Widget widget, Session session)
           
 

Uses of Session in com.dynamide.xsl
 

Methods in com.dynamide.xsl that return Session
 Session DynamideSaxonController.getSession()
           
 

Methods in com.dynamide.xsl with parameters of type Session
 void DynamideSaxonController.setSession(Session new_value)
           
static java.lang.String SaxonJDOMTransform.transform(java.lang.String sourceFileName, java.lang.String styleFileName, Session session)
          transform, given only filenames.
static java.lang.String SaxonJDOMTransform.transform(java.lang.String sourceFileName, java.lang.String styleFileName, Session session, boolean useDynamideController, boolean useJDOM)
           
 



Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.