FileDocCategorySizeDatePackage
SequencingLogInOut.javaAPI DocGlassfish v2 API2503Tue May 22 16:54:42 BST 2007oracle.toplink.essentials.internal.sequencing

SequencingLogInOut

public interface SequencingLogInOut

Purpose: Simple interface inherited by several sequencing interfaces and classes

Fields Summary
Constructors Summary
Methods Summary
public booleanisConnected()
INTERNAL: Indicates whether the object is connected or not.

public voidonConnect()
INTERNAL: Called when the object is connected (logged in).

public voidonDisconnect()
INTERNAL: Called when the object is disconnected (logged out).