org.openrdf.http.object
Interface HTTPObjectAgentMXBean

All Known Implementing Classes:
HTTPObjectClient, HTTPObjectServer

public interface HTTPObjectAgentMXBean

MXBean interface for client and server.

Author:
James Leigh

Method Summary
 void destroy()
           
 int getCacheCapacity()
           
 int getCacheSize()
           
 ConnectionBean[] getConnections()
           
 String getFrom()
           
 String getName()
           
 String getStatus()
           
 void invalidateCache()
           
 boolean isCacheAggressive()
           
 boolean isCacheDisconnected()
           
 boolean isCacheEnabled()
           
 void poke()
           
 void resetCache()
           
 void resetConnections()
           
 void setCacheAggressive(boolean cacheAggressive)
           
 void setCacheCapacity(int capacity)
           
 void setCacheDisconnected(boolean cacheDisconnected)
           
 void setCacheEnabled(boolean cacheEnabled)
           
 void setFrom(String from)
           
 void setName(String name)
           
 void start()
           
 void stop()
           
 

Method Detail

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.