Modifier and Type | Method and Description |
---|---|
static SequencingHome |
SequencingFactory.createSequencingHome(DatabaseSessionImpl ownerSession)
INTERNAL:
Takes a potential owner - a DatabaseSession, returns SequencingHome object.
|
Modifier and Type | Method and Description |
---|---|
DatabaseSessionImpl |
ServerPlatformBase.getDatabaseSession()
INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.
|
DatabaseSessionImpl |
ServerPlatform.getDatabaseSession()
INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.
|
Constructor and Description |
---|
CustomServerPlatform(DatabaseSessionImpl newDatabaseSession)
INTERNAL:
Default Constructor: JTA is disabled until a transaction controller class is set.
|
NoServerPlatform(DatabaseSessionImpl newDatabaseSession)
INTERNAL:
Default Constructor: Initialize so that runtime services and JTA are disabled.
|
ServerPlatformBase(DatabaseSessionImpl newDatabaseSession)
INTERNAL:
Default Constructor: Initialize so that runtime services and JTA are enabled.
|
Constructor and Description |
---|
Oc4jPlatform(DatabaseSessionImpl newDatabaseSession)
INTERNAL:
Default Constructor: All behaviour for the default constructor is inherited
|
Constructor and Description |
---|
SunAS9ServerPlatform(DatabaseSessionImpl newDatabaseSession)
INTERNAL:
Default Constructor: All behaviour for the default constructor is inherited
|
Modifier and Type | Method and Description |
---|---|
void |
Project.addDescriptor(ClassDescriptor descriptor,
DatabaseSessionImpl session)
INTERNAL: Used by the BuilderInterface when reading a Project from INI files.
|
void |
Project.addDescriptors(Project project,
DatabaseSessionImpl session)
PUBLIC:
Merge the descriptors from another project into this one.
|
void |
Project.addDescriptors(Vector descriptors,
DatabaseSessionImpl session)
INTERNAL:
Add the descriptors to the session.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerSession
Implementation of Server
INTERNAL:
The public interface should be used.
|
Modifier and Type | Field and Description |
---|---|
protected DatabaseSessionImpl |
SchemaManager.session |
Modifier and Type | Method and Description |
---|---|
void |
SchemaManager.setSession(DatabaseSessionImpl session) |
Constructor and Description |
---|
SchemaManager(DatabaseSessionImpl session) |
Copyright © 2023. All rights reserved.