org.wso2.wsas
Class TomcatServerCache

java.lang.Object
  extended by org.wso2.wsas.TomcatServerCache

public class TomcatServerCache
extends java.lang.Object


Constructor Summary
TomcatServerCache()
           
 
Method Summary
static boolean addConnector(org.apache.catalina.connector.Connector connector)
          Add a Connector
static org.apache.catalina.connector.Connector getConnector(java.lang.String scheme)
           
static org.apache.catalina.startup.Embedded getEmbedded()
           
static void removeAllConnectors()
           
static void removeConnector(org.apache.catalina.connector.Connector connector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatServerCache

public TomcatServerCache()
Method Detail

getEmbedded

public static org.apache.catalina.startup.Embedded getEmbedded()

addConnector

public static boolean addConnector(org.apache.catalina.connector.Connector connector)
Add a Connector

Parameters:
connector -
Returns:
true if the Connector is new and was added, false otherwise

removeConnector

public static void removeConnector(org.apache.catalina.connector.Connector connector)

removeAllConnectors

public static void removeAllConnectors()

getConnector

public static org.apache.catalina.connector.Connector getConnector(java.lang.String scheme)