public interface SequencingHome
Purpose: Define interface for getting all sequencing interfaces.
Description: This interface accessed through DatabaseSession.getSequencingHome() method.
Responsibilities:
Modifier and Type | Method and Description |
---|---|
Sequencing |
getSequencing() |
SequencingControl |
getSequencingControl() |
SequencingServer |
getSequencingServer() |
boolean |
isConnected()
INTERNAL:
Indicates whether the object is connected or not.
|
boolean |
isSequencingCallbackRequired() |
void |
onAddDescriptors(java.util.Collection descriptors) |
void |
onConnect()
INTERNAL:
Called when the object is connected (logged in).
|
void |
onDisconnect()
INTERNAL:
Called when the object is disconnected (logged out).
|
Sequencing getSequencing()
SequencingControl getSequencingControl()
SequencingServer getSequencingServer()
boolean isSequencingCallbackRequired()
void onAddDescriptors(java.util.Collection descriptors)
void onConnect()
void onDisconnect()
boolean isConnected()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference