EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference

org.eclipse.persistence.config
Class RemoteProtocol

java.lang.Object
  extended by org.eclipse.persistence.config.RemoteProtocol

public class RemoteProtocol
extends java.lang.Object

Remote JPA protocol persistence property values.

JPA persistence property usage:

properties.add(PersistenceUnitProperties.REMOTE_PROTOCOL, RemoteProtocol.RMI);

Property values are case-insensitive.

See Also:
PersistenceUnitProperties.REMOTE_PROTOCOL

Field Summary
static java.lang.String RMI
           
 
Constructor Summary
RemoteProtocol()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RMI

public static final java.lang.String RMI
See Also:
Constant Field Values
Constructor Detail

RemoteProtocol

public RemoteProtocol()

EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference