Class GlassfishRuntimeServices

java.lang.Object
org.eclipse.persistence.services.RuntimeServices
org.eclipse.persistence.services.glassfish.GlassfishRuntimeServices
Direct Known Subclasses:
MBeanGlassfishRuntimeServices

public class GlassfishRuntimeServices extends RuntimeServices

Purpose: Provide a dynamic interface into the EclipseLink Session.

Description: This class is meant to provide facilities for managing an EclipseLink session external to EclipseLink over JMX.

Since:
EclipseLink 2.1.1
  • Constructor Details

    • GlassfishRuntimeServices

      public GlassfishRuntimeServices()
      PUBLIC: Default Constructor
    • GlassfishRuntimeServices

      public GlassfishRuntimeServices(AbstractSession session)
      PUBLIC: Create an instance of GlassfishRuntimeServices to be associated with the provided session
      Parameters:
      session - The session to be used with these RuntimeServices
    • GlassfishRuntimeServices

      public GlassfishRuntimeServices(Locale locale)
      Create an instance of GlassfishRuntimeServices to be associated with the provided locale The user must call setSession(Session) afterwards to define the session.