public class ProxyManager extends Object
| Constructor and Description |
|---|
ProxyManager()
Create a proxy manager to listen for proxy events and reap unused proxies
|
| Modifier and Type | Method and Description |
|---|---|
void |
connectToProxyServer(String name,
int port) |
AgentProxy |
getAgentProxy(AgentPath path) |
ItemProxy |
getProxy(Path path)
ItemProxy getProxy( String )
Proxy from Alias
|
protected void |
processMessage(ProxyMessage thisMessage) |
protected void |
removeProxy(ItemPath itemPath) |
void |
reportCurrentProxies(int logLevel)
void reportCurrentProxies()
A utility to Dump the current proxies loaded
|
protected void |
resubscribe(ProxyServerConnection conn) |
void |
shutdown() |
void |
subscribeTree(DomainPathSubscriber sub,
DomainPath interest) |
void |
unsubscribeTree(DomainPathSubscriber sub) |
public ProxyManager()
public void connectToProxyServer(String name, int port)
protected void resubscribe(ProxyServerConnection conn)
public void shutdown()
protected void processMessage(ProxyMessage thisMessage) throws InvalidDataException
InvalidDataExceptionpublic void subscribeTree(DomainPathSubscriber sub, DomainPath interest)
public void unsubscribeTree(DomainPathSubscriber sub)
protected void removeProxy(ItemPath itemPath)
public ItemProxy getProxy(Path path) throws ObjectNotFoundException
ObjectNotFoundExceptionpublic AgentProxy getAgentProxy(AgentPath path) throws ObjectNotFoundException
ObjectNotFoundExceptionpublic void reportCurrentProxies(int logLevel)
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.