JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
E
G
I
M
O
R
S
T
V
W
A
AbstractPdoTest
- Class in
org.tentackle.test.pdo
Base class for tests on PDO level.
AbstractPdoTest(AbstractPdoTest.TransactionType, boolean)
- Constructor for class org.tentackle.test.pdo.
AbstractPdoTest
Creates a test.
AbstractPdoTest(AbstractPdoTest.TransactionType)
- Constructor for class org.tentackle.test.pdo.
AbstractPdoTest
Creates a test with rollback.
AbstractPdoTest()
- Constructor for class org.tentackle.test.pdo.
AbstractPdoTest
Creates a test with rollback and one transaction per class.
AbstractPdoTest.TransactionType
- Enum in
org.tentackle.test.pdo
The transaction handling for the test class.
afterClass()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Ends the transaction if type is
CLASS
.
afterMethod()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Ends the transaction if type is
METHOD
.
B
beforeClass()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Begins the transaction if type is
CLASS
.
beforeMethod()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Begins the transaction if type is
METHOD
.
beginTransaction()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Begins a transaction.
C
closeSessionsAndTerminateModificationTracker()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Terminates the modification tracker and closes the sessions.
ConnectionImpl(DbServer, int, RMIClientSocketFactory, RMIServerSocketFactory)
- Constructor for class org.tentackle.test.pdo.
TestServer.ConnectionImpl
createDomainContext()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Creates the domain context.
createSession(SessionInfo)
- Method in class org.tentackle.test.pdo.
TestServer.ConnectionImpl
E
endTransaction()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Commits or rolls back a transaction.
G
getDomainContext()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Gets the domain context.
getDomainContext()
- Method in class org.tentackle.test.pdo.
TestApplication
getSession()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Gets the session.
getUser(DomainContext, long)
- Method in class org.tentackle.test.pdo.
TestApplication
getUser(DomainContext, long)
- Method in class org.tentackle.test.pdo.
TestServer
I
isCommit()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Returns whether the transaction should be commit or rolled back.
isServer()
- Method in class org.tentackle.test.pdo.
TestApplication
M
main(String[])
- Static method in class org.tentackle.test.pdo.
TestServer
Starts the server.
O
openSession()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Opens the session.
openSessionsAndStartModificationTracker()
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Opens the sessions and starts the modification tracker.
org.tentackle.test.pdo
- package org.tentackle.test.pdo
R
runClass(Class<?>, String...)
- Static method in class org.tentackle.test.pdo.
AbstractPdoTest
Runs the given class in another JVM and waits for termination.
The testclass must have a main method.
runInOtherJVM(Class<?>)
- Method in class org.tentackle.test.pdo.
AbstractPdoTest
Runs the given class in another JVM.
The testclass must have a main method.
S
SessionImpl(RemoteDbConnectionImpl, SessionInfo, SessionInfo)
- Constructor for class org.tentackle.test.pdo.
TestServer.SessionImpl
setUpClass()
- Method in class org.tentackle.test.pdo.
TestApplication
T
tearDownClass()
- Method in class org.tentackle.test.pdo.
TestApplication
TestApplication
- Class in
org.tentackle.test.pdo
Base class for tests that must run as an application.
TestApplication(String)
- Constructor for class org.tentackle.test.pdo.
TestApplication
Super constructor for all derived classes.
Detects whether application is running within a container or deployed by JNLP (webstart).
TestServer
- Class in
org.tentackle.test.pdo
Server to run client transactions.
TestServer()
- Constructor for class org.tentackle.test.pdo.
TestServer
The server.
TestServer.ConnectionImpl
- Class in
org.tentackle.test.pdo
The remote connection.
TestServer.SessionImpl
- Class in
org.tentackle.test.pdo
The remote session.
V
valueOf(String)
- Static method in enum org.tentackle.test.pdo.
AbstractPdoTest.TransactionType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.tentackle.test.pdo.
AbstractPdoTest.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
verifySessionInfo(SessionInfo)
- Method in class org.tentackle.test.pdo.
TestServer.SessionImpl
W
waitForProcess(Process)
- Static method in class org.tentackle.test.pdo.
AbstractPdoTest
Waits for process to terminate and write stdout and stderr to the reporter log.
A
B
C
E
G
I
M
O
R
S
T
V
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Tentackle
- a domain driven enterprise framework