Class WebLogicRuntimeServices

  • Direct Known Subclasses:
    MBeanWebLogicRuntimeServices

    public class WebLogicRuntimeServices
    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 Detail

      • WebLogicRuntimeServices

        public WebLogicRuntimeServices()
        PUBLIC: Default Constructor
      • WebLogicRuntimeServices

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

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