Interface BootstrappedEmbeddedProcess


  • public interface BootstrappedEmbeddedProcess
    Provides access to objects used to interact with a started embedded process.
    • Method Detail

      • getServiceContainer

        org.jboss.msc.service.ServiceContainer getServiceContainer()
        Gets the JBoss MSC ServiceContainer used by the embedded process.
        Returns:
        the service container. Will not return null.
      • getProcessStateNotifier

        ProcessStateNotifier getProcessStateNotifier()
        Get the object used to track the state of the embedded process.
        Returns:
        the state notifier. Will not return null.
      • close

        void close()
        Closes out the use of the embedded process. This method must be called when the embedding application is done with the embedded process.