psdi.security.clusters

Class MaximoClustersFactory

  • java.lang.Object
    • psdi.security.clusters.MaximoClustersFactory


  • public class MaximoClustersFactory
    extends java.lang.Object
    Factory class providing the client with an instance of a MaximoClusters interface. This is a singleton class, and only one instance of MaximoClusters is created at any given time.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static MaximoClusters getInstance()
      Returns an instance of MaximoClusters
      static boolean isWebsphere()
      Returns true if the application server is Websphere.
      • Methods inherited from class java.lang.Object

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

      • getInstance

        public static MaximoClusters getInstance()
        Returns an instance of MaximoClusters
        Returns:
      • isWebsphere

        public static boolean isWebsphere()
        Returns true if the application server is Websphere.
        Returns: