public interface ModCluster
Modifier and Type | Method and Description |
---|---|
void |
addProxy(String webhost,
int port) |
void |
disable() |
boolean |
disableContext(String webhost,
String webcontext) |
void |
enable() |
boolean |
enableContext(String webhost,
String webcontext) |
Map<InetSocketAddress,String> |
getProxyConfiguration() |
Map<InetSocketAddress,String> |
getProxyInfo() |
void |
refresh() |
void |
removeProxy(String webhost,
int port) |
void |
reset() |
void |
stop(int waittime) |
boolean |
stopContext(String webhost,
String webcontext,
int waittime) |
Map<InetSocketAddress,String> getProxyInfo()
Map<InetSocketAddress,String> getProxyConfiguration()
void refresh()
void reset()
void enable()
void disable()
void stop(int waittime)
void addProxy(String webhost, int port)
void removeProxy(String webhost, int port)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.