Class WebSpherePlatform

  • All Implemented Interfaces:
    ServerPlatform
    Direct Known Subclasses:
    WebSphere_6_1_Platform

    public class WebSpherePlatform
    extends JMXServerPlatformBase
    PUBLIC: This is the concrete subclass responsible for representing WebSphere-specific server behavior. This platform has:
    • WebSphereTransactionController (JTA integration).
    • DataSource connection unwrapping (Oracle JDBC API support)
    • Field Detail

      • websphereConnectionClass

        protected java.lang.Class websphereConnectionClass
        Cached WAS connection class used to reflectively check connections and unwrap them.
      • websphereUtilClass

        protected java.lang.Class websphereUtilClass
        Cached WAS util class used to reflectively check connections and unwrap them.
      • vendorConnectionMethod

        protected java.lang.reflect.Method vendorConnectionMethod
        Cached WAS util method used for unwrapping connections.
    • Constructor Detail

      • WebSpherePlatform

        public WebSpherePlatform​(DatabaseSession newDatabaseSession)
        INTERNAL: Default Constructor: All behavior for the default constructor is inherited