org.openrdf.http.object
Interface HTTPObjectAgentMXBean
- All Known Implementing Classes:
- HTTPObjectClient, HTTPObjectServer
public interface HTTPObjectAgentMXBean
MXBean interface for client and server.
- Author:
- James Leigh
getName
String getName()
setName
void setName(String name)
getFrom
String getFrom()
setFrom
void setFrom(String from)
getStatus
String getStatus()
getConnections
ConnectionBean[] getConnections()
isCacheEnabled
boolean isCacheEnabled()
setCacheEnabled
void setCacheEnabled(boolean cacheEnabled)
isCacheAggressive
boolean isCacheAggressive()
setCacheAggressive
void setCacheAggressive(boolean cacheAggressive)
isCacheDisconnected
boolean isCacheDisconnected()
setCacheDisconnected
void setCacheDisconnected(boolean cacheDisconnected)
getCacheCapacity
int getCacheCapacity()
setCacheCapacity
void setCacheCapacity(int capacity)
getCacheSize
int getCacheSize()
poke
void poke()
invalidateCache
void invalidateCache()
throws Exception
- Throws:
Exception
resetCache
void resetCache()
throws Exception
- Throws:
Exception
resetConnections
void resetConnections()
throws IOException
- Throws:
IOException
start
void start()
throws Exception
- Throws:
Exception
stop
void stop()
throws Exception
- Throws:
Exception
destroy
void destroy()
throws Exception
- Throws:
Exception
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.