Uses of Class
org.eclipse.persistence.exceptions.CommunicationException
-
-
Uses of CommunicationException in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions that return CommunicationException Modifier and Type Method Description static CommunicationExceptionCommunicationException. errorInInvocation(Exception exception)static CommunicationExceptionCommunicationException. errorSendingConnectionService(String serviceName, Exception exception)static CommunicationExceptionCommunicationException. errorSendingMessage(String serviceId, Exception exception)static CommunicationExceptionCommunicationException. unableToConnect(String serviceName, Exception exception)static CommunicationExceptionCommunicationException. unableToPropagateChanges(String serviceName, Exception exception) -
Uses of CommunicationException in org.eclipse.persistence.internal.sessions.coordination
Methods in org.eclipse.persistence.internal.sessions.coordination with parameters of type CommunicationException Modifier and Type Method Description voidCommandPropagator. handleCommunicationException(RemoteConnection conn, CommunicationException comEx)INTERNAL: We received the specified CommunicationException trying to execute the command over the specified connection.Methods in org.eclipse.persistence.internal.sessions.coordination that throw CommunicationException Modifier and Type Method Description abstract ObjectRemoteConnection. executeCommand(byte[] command)INTERNAL: Execute the remote command.abstract ObjectRemoteConnection. executeCommand(Command command)INTERNAL: Execute the remote command. -
Uses of CommunicationException in org.eclipse.persistence.internal.sessions.coordination.broadcast
Methods in org.eclipse.persistence.internal.sessions.coordination.broadcast that throw CommunicationException Modifier and Type Method Description ObjectBroadcastRemoteConnection. executeCommand(byte[] command)INTERNAL: Publish the remote command.ObjectBroadcastRemoteConnection. executeCommand(Command command)INTERNAL: Publish the remote command. -
Uses of CommunicationException in org.eclipse.persistence.internal.sessions.coordination.rmi
Methods in org.eclipse.persistence.internal.sessions.coordination.rmi that throw CommunicationException Modifier and Type Method Description ObjectRMIRemoteConnection. executeCommand(byte[] command)INTERNAL: This method invokes the remote object with the Command argument, and causes it to execute the command in the remote VM.ObjectRMIRemoteConnection. executeCommand(Command command)INTERNAL: This method invokes the remote object with the Command argument, and causes it to execute the command in the remote VM.
-