Class JBossRuntimeServices

java.lang.Object
org.eclipse.persistence.services.RuntimeServices
org.eclipse.persistence.services.jboss.JBossRuntimeServices
Direct Known Subclasses:
MBeanJBossRuntimeServices

public class JBossRuntimeServices 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.

  • Constructor Details

    • JBossRuntimeServices

      public JBossRuntimeServices()
      PUBLIC: Default Constructor
    • JBossRuntimeServices

      public JBossRuntimeServices(org.eclipse.persistence.internal.sessions.AbstractSession session)
      PUBLIC: Create an instance of JBossRuntimeServices to be associated with the provided session
      Parameters:
      session - The session to be used with these RuntimeServices
    • JBossRuntimeServices

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