Class PropertyService

  • All Implemented Interfaces:
    org.jboss.msc.Service

    public final class PropertyService
    extends Object
    implements org.jboss.msc.Service
    A service for getting a property to be stored in endpoint / client config.
    Author:
    Alessio Soldano, Richard Opalka
    • Method Detail

      • getPropName

        public String getPropName()
      • getPropValue

        public String getPropValue()
      • start

        public void start​(org.jboss.msc.service.StartContext context)
        Specified by:
        start in interface org.jboss.msc.Service
      • stop

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