| java.lang.Object com.tc.test.server.appserver.AppServerFactory
All known Subclasses: com.tc.test.server.appserver.wasce1x.Wasce1xAppServerFactory, com.tc.test.server.appserver.weblogic9x.Weblogic9xAppServerFactory, com.tc.test.server.appserver.jetty6x.Jetty6xAppServerFactory, com.tc.test.server.appserver.jboss4x.JBoss4xAppServerFactory, com.tc.test.server.appserver.was6x.Was6xAppServerFactory, com.tc.test.server.appserver.weblogic8x.Weblogic8xAppServerFactory, com.tc.test.server.appserver.jboss3x.JBoss3xAppServerFactory, com.tc.test.server.appserver.tomcat5x.Tomcat5xAppServerFactory, com.tc.test.server.appserver.glassfishv1.GlassfishV1AppServerFactory,
AppServerFactory | abstract public class AppServerFactory (Code) | | This factory is meant to be used by the general public. The properties file supplied in obtaining an instance may be
blank, which will fall on the default appserver implementations. This class should be the only point for reference in
creating a working appserver. Never instantiate specific appserver classes explicitly.
|
Inner Class :protected static class ProtectedKey | |
GLASSFISH | final public static int GLASSFISH(Code) | | |
JBOSS | final public static int JBOSS(Code) | | |
JETTY | final public static int JETTY(Code) | | |
TOMCAT | final public static int TOMCAT(Code) | | |
WASCE | final public static int WASCE(Code) | | |
WEBLOGIC | final public static int WEBLOGIC(Code) | | |
WEBSPHERE | final public static int WEBSPHERE(Code) | | |
getAppServerId | public static int getAppServerId(String appserverName)(Code) | | |
getCurrentAppServerId | public static int getCurrentAppServerId()(Code) | | |
getCurrentAppServerMajorVersion | public static String getCurrentAppServerMajorVersion()(Code) | | |
|
|