A C D E G I J K L O R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- areAllResourcesFreedOnClose() - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL: Indicates whether all the resources used by connection are freed after close method returns.
C
- channel - Variable in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
- closeInternal() - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL: This method is called by close method.
- configFile - Variable in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
- createConnection(boolean) - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
INTERNAL: This method creates JGroupsRemoteConnection to be used by this TransportManager.
- createConnections() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
INTERNAL: JGroups does not require a DiscoveryManager, therefore this method is called during RCM initialization to create all the necessary connections.
- createDisplayString() - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL: Used for debug logging
- createExternalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
INTERNAL: JGroups only has a single connection.
- createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
INTERNAL: JGroups only requires a single connection.
D
- deserialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
E
- ECLIPSELINK_NAMESPACE - Static variable in class org.eclipse.persistence.logging.slf4j.SLF4JLogger
-
The default session name in case there is session name is missing.
- executeCommandInternal(Object) - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL: Execute the remote command.
G
- getConfigFile() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
PUBLIC: Return the JGroups config xml file name.
- getConnectionsToExternalServicesForCommandPropagation() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
INTERNAL: In case there's no external connection attempts to create one.
- getKryo() - Method in class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
- getLevel() - Method in class org.eclipse.persistence.logging.slf4j.SLF4JLogger
-
Get the logging level for the default logging category.
- getLevel(String) - Method in class org.eclipse.persistence.logging.slf4j.SLF4JLogger
-
Get the logging level for the specified logging category.
- getType() - Method in class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
I
- isLocal - Variable in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
- isLocal() - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL: Indicates whether connection is local (subscriber) or external (publisher).
J
- JGroupsRemoteConnection - Class in org.eclipse.persistence.internal.sessions.coordination.jgroups
-
Purpose: Define the implementation of the abstract RemoteConnection for JGroups.
- JGroupsRemoteConnection(RemoteCommandManager) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
Creates local connections.
- JGroupsRemoteConnection(RemoteCommandManager, JChannel, boolean) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL: Constructor creating either a local or external connection.
- JGroupsTransportManager - Class in org.eclipse.persistence.sessions.coordination.jgroups
-
Purpose: Provide a transport implementation for the Remote Command Module (RCM) that publishes to a JGroup channel.
- JGroupsTransportManager() - Constructor for class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
PUBLIC: Creates a JGroupsTransportManager.
- JGroupsTransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
PUBLIC: Creates a JGroupsTransportManager.
K
- KryoSerializer - Class in org.eclipse.persistence.sessions.serializers.kryo
-
Uses Kryo to serialize the object.
- KryoSerializer() - Constructor for class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
L
- log(SessionLogEntry) - Method in class org.eclipse.persistence.logging.slf4j.SLF4JLogger
- logDebugMessage(Message) - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL:
O
- onMessage(Message) - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL: Process received JGroups message.
- org.eclipse.persistence.internal.sessions.coordination.jgroups - package org.eclipse.persistence.internal.sessions.coordination.jgroups
- org.eclipse.persistence.logging.slf4j - package org.eclipse.persistence.logging.slf4j
- org.eclipse.persistence.sessions.coordination.jgroups - package org.eclipse.persistence.sessions.coordination.jgroups
- org.eclipse.persistence.sessions.serializers.kryo - package org.eclipse.persistence.sessions.serializers.kryo
R
- removeLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
INTERNAL: No-op, as the local connection does not need to be removed as JGroups manages registration.
S
- serialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
- setConfig(String) - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
- setConfigFile(String) - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
Deprecated.
- setLevel(int) - Method in class org.eclipse.persistence.logging.slf4j.SLF4JLogger
-
Set the logging level for the default logging category.
- setLevel(int, String) - Method in class org.eclipse.persistence.logging.slf4j.SLF4JLogger
-
Set the logging level for the specified logging category.
- shouldCheckServiceId() - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL: Return whether a BroadcastConnection should check a ServiceId against its own ServiceId to avoid the processing of Commands with the same ServiceId.
- shouldLog(int) - Method in class org.eclipse.persistence.logging.slf4j.SLF4JLogger
-
Check if a message of the given level would actually be logged under logging level for the default logging category.
- shouldLog(int, String) - Method in class org.eclipse.persistence.logging.slf4j.SLF4JLogger
-
Check if a message of the given level would actually be logged under logging level for the specified logging category.
- SLF4JLogger - Class in org.eclipse.persistence.logging.slf4j
-
EclipseLink logger bridge over SLF4J.
- SLF4JLogger() - Constructor for class org.eclipse.persistence.logging.slf4j.SLF4JLogger
-
Creates an instance of EclipseLink logger bridge over SLF4J
T
- toString() - Method in class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
All Classes All Packages