Class WSCFEnvironmentBean

java.lang.Object
org.jboss.jbossts.xts.environment.WSCFEnvironmentBean

public class WSCFEnvironmentBean extends Object
bean storing WSCF implementation configuration values derived from the xts properties file, system property settings and, in case we are running inside JBossAS the xts bean.xml file
  • Constructor Details

    • WSCFEnvironmentBean

      public WSCFEnvironmentBean()
  • Method Details

    • getProtocolImplementations

      public List<String> getProtocolImplementations()
      Returns the list of names of classes which provide protocol implementations, currently either high level services or context factories. These are culled from the xts properties file by scanning for properties with the requisite prefix. The are injected from the beans.xml as a list of names.
      Returns:
      the list of names of classes which provide protocol implementations.
    • setProtocolImplementations

      public void setProtocolImplementations(List<String> protocolImplementations)
      Sets the list of names of classes which provide protocol implementations.
      Parameters:
      protocolImplementations - the list of names of classes which provide protocol implementations.