Class 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

      Fields 
      Modifier and Type Field Description
      static java.lang.String RMI  
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteProtocol()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteProtocol

        public RemoteProtocol()