Class MscBpmPlatformPlugins

  • All Implemented Interfaces:
    org.jboss.msc.Service, org.jboss.msc.service.Service<BpmPlatformPlugins>, org.jboss.msc.value.Value<BpmPlatformPlugins>

    public class MscBpmPlatformPlugins
    extends java.lang.Object
    implements org.jboss.msc.service.Service<BpmPlatformPlugins>
    Author:
    Thorben Lindhauer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected BpmPlatformPlugins plugins  
      • Fields inherited from interface org.jboss.msc.service.Service

        NULL, NULL_VALUE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BpmPlatformPlugins getValue()  
      void start​(org.jboss.msc.service.StartContext context)  
      void stop​(org.jboss.msc.service.StopContext context)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getValue

        public BpmPlatformPlugins getValue()
                                    throws java.lang.IllegalStateException,
                                           java.lang.IllegalArgumentException
        Specified by:
        getValue in interface org.jboss.msc.value.Value<BpmPlatformPlugins>
        Throws:
        java.lang.IllegalStateException
        java.lang.IllegalArgumentException
      • start

        public void start​(org.jboss.msc.service.StartContext context)
                   throws org.jboss.msc.service.StartException
        Specified by:
        start in interface org.jboss.msc.Service
        Specified by:
        start in interface org.jboss.msc.service.Service<BpmPlatformPlugins>
        Throws:
        org.jboss.msc.service.StartException
      • stop

        public void stop​(org.jboss.msc.service.StopContext context)
        Specified by:
        stop in interface org.jboss.msc.Service
        Specified by:
        stop in interface org.jboss.msc.service.Service<BpmPlatformPlugins>