Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
C
D
G
I
S
C
com.droplets.dynamo
- package com.droplets.dynamo
createSession()
- Method in interface com.droplets.dynamo.
DropletDynamoBridge
Creates a new Dynamo session, returning the session ID.
createSession()
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
D
discard()
- Method in class com.droplets.dynamo.
DynamoSessionAdapter
Call this method when you are finished using this object and the Dynamo session.
doStartService()
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
DropletDynamoBridge
- interface com.droplets.dynamo.
DropletDynamoBridge
.
The remote interface implemented by the bridge component, which sits inside Dynamo servicing requests from instances of
DynamoSessionAdapter
.
DropletDynamoBridgeImpl
- class com.droplets.dynamo.
DropletDynamoBridgeImpl
.
This is the implementation of the server part of the Droplet/Dynamo Bridge.
DropletDynamoBridgeImpl()
- Constructor for class com.droplets.dynamo.
DropletDynamoBridgeImpl
DynamoSessionAdapter
- class com.droplets.dynamo.
DynamoSessionAdapter
.
This class represents an active connection between a Droplets application and an ATG Dynamo Server.
DynamoSessionAdapter()
- Constructor for class com.droplets.dynamo.
DynamoSessionAdapter
Constructs a new adapter that will contact a Dynamo RMI server at localhost:8860.
DynamoSessionAdapter(String, int)
- Constructor for class com.droplets.dynamo.
DynamoSessionAdapter
Constructs a new adapter and creates a new session in the Dynamo Application Server.
G
getGlobalComponent(String)
- Method in class com.droplets.dynamo.
DynamoSessionAdapter
Equivalent to getGlobalComponent(String name, boolean create) with
create == true
.
getGlobalComponent(String, boolean)
- Method in class com.droplets.dynamo.
DynamoSessionAdapter
Returns the global-scoped component identified by the given absolute nucleus name.
getGlobalComponent(String, boolean)
- Method in interface com.droplets.dynamo.
DropletDynamoBridge
Returns the global-scoped component identified by the given absolute nucleus name.
getGlobalComponent(String, boolean)
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
getHttpHostname()
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
getHttpPort()
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
getJhtmlPageName()
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
getNestedException()
- Method in class com.droplets.dynamo.
SessionCreationException
getNonexistentDocURL()
- Method in interface com.droplets.dynamo.
DropletDynamoBridge
Gets the full URL of a nonexistent document within Dynamo that can be used to ping the HTTP server in order to keep a session alive.
getNonexistentDocURL()
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
getPingPeriod()
- Method in class com.droplets.dynamo.
DynamoSessionAdapter
Gets the time between session keepalive pings, in milliseconds.
getSessionComponent(String)
- Method in class com.droplets.dynamo.
DynamoSessionAdapter
Equivalent to
getSessionComponent(name, create)
with
create == true
.
getSessionComponent(String, boolean)
- Method in class com.droplets.dynamo.
DynamoSessionAdapter
Returns the session-scoped component identified by the given absolute nucleus name.
getSessionComponent(String, String, boolean)
- Method in interface com.droplets.dynamo.
DropletDynamoBridge
Returns the session-scoped component identified by the given absolute nucleus name.
getSessionComponent(String, String, boolean)
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
getSessionCookieName()
- Method in interface com.droplets.dynamo.
DropletDynamoBridge
Gets the name of the cookie this Dynamo instance is using to track session IDs.
getSessionCookieName()
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
getSessionID()
- Method in class com.droplets.dynamo.
DynamoSessionAdapter
Gets the Dynamo session ID represented by this object.
getSessionInvalidationTime()
- Method in interface com.droplets.dynamo.
DropletDynamoBridge
Gets the amount of time Dynamo is configured to allow an inactive session to survive before destroying it, in milliseconds.
getSessionInvalidationTime()
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
I
InvalidSessionIDException
- exception com.droplets.dynamo.
InvalidSessionIDException
.
Exception thrown to indicate that an invalid Dynamo Session ID has been used.
InvalidSessionIDException(String)
- Constructor for class com.droplets.dynamo.
InvalidSessionIDException
S
SessionCreationException
- exception com.droplets.dynamo.
SessionCreationException
.
Exception thrown when an attempt to create a Dynamo session fails.
SessionCreationException(String)
- Constructor for class com.droplets.dynamo.
SessionCreationException
SessionCreationException(String, RemoteException)
- Constructor for class com.droplets.dynamo.
SessionCreationException
setHttpHostname(String)
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
setHttpPort(int)
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
setJhtmlPageName(String)
- Method in class com.droplets.dynamo.
DropletDynamoBridgeImpl
setPingPeriod(long)
- Method in class com.droplets.dynamo.
DynamoSessionAdapter
Sets the number of milliseconds to wait in between session keepalive pings.
C
D
G
I
S
Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
Copyright © Droplets, 2001. All Rights Reserved.