|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
checkFileSystemSensitivity()
Is the underlying file-system case sensitive ? |
void |
checkpoint()
Checkpoint all cached data, by saving them to disk. |
void |
errlog(Resource from,
java.lang.String msg)
Another nice way of reporting errors from a Resource. |
java.io.File |
getAuthDirectory()
Get this server authentication directory. |
int |
getClientBufferSize()
Get the client's buffer size. |
boolean |
getClientDebug()
Get the client's debug flags from the properties. |
boolean |
getClientKeepConnection()
Does this server wants clients to try keeping connections alive ? |
int |
getClientThreadPriority()
Get the client's threads priority from the properties. |
java.io.File |
getConfigDirectory()
Get this server config directory. |
int |
getConnectionTimeOut()
Get the connection allowed idle time from the properties. |
ResourceContext |
getDefaultContext()
Get the default resource context for that server. |
java.lang.String |
getDocumentationURL()
Get the full URL of Jigsaw's documentation. |
java.lang.String |
getHost()
Get this server host name. |
java.io.File |
getIndexerDirectory()
|
IndexersCatalog |
getIndexersCatalog()
|
int |
getLocalPort()
Get the server local port |
int |
getPort()
Get this server port number. |
ObservableProperties |
getProperties()
Get this server properties. |
int |
getRequestTimeOut()
Get the request allowed time slice from the properties. |
ResourceSpace |
getResourceSpace()
Get this server resource space. |
FramedResource |
getRoot()
Get the server current root resource. |
java.io.File |
getRootDirectory()
Get this server root directory. |
java.lang.String |
getSoftware()
Get the server software string. |
java.io.File |
getStoreDirectory()
Get this server store directory. |
java.lang.String |
getTrashDirectory()
Get the tracsh directory |
java.net.URL |
getURL()
Get the server URL. |
ResourceReference |
loadResource(java.lang.String name)
Lookup in the root entry for some resource. |
ResourceReference |
loadRoot(java.lang.String name)
Dynamically change the root resource for the server. |
ReplyInterface |
perform(RequestInterface request)
Perform the given request on behalf of this server. |
Methods inherited from interface org.w3c.jigsaw.daemon.ServerHandler |
clone,
errlog,
getConfigResource,
getIdentifier,
getInetAddress,
initialize,
log,
shutdown,
trace |
Method Detail |
public void errlog(Resource from, java.lang.String msg)
from
- The resource that trigered the error.msg
- The error message.public ResourceReference loadResource(java.lang.String name)
name
- The name of the resource to lookup in the root entry.public void checkpoint()
public ResourceReference loadRoot(java.lang.String name)
name
- The name of the new root resource, to be found in the
root entry.public ObservableProperties getProperties()
public boolean checkFileSystemSensitivity()
public java.lang.String getDocumentationURL()
public java.lang.String getTrashDirectory()
public boolean getClientDebug()
public boolean getClientKeepConnection()
public int getRequestTimeOut()
public int getConnectionTimeOut()
public int getClientThreadPriority()
public int getClientBufferSize()
public java.lang.String getHost()
public int getPort()
public FramedResource getRoot()
public java.net.URL getURL()
public java.lang.String getSoftware()
public int getLocalPort()
public java.io.File getRootDirectory()
public java.io.File getConfigDirectory()
public java.io.File getAuthDirectory()
public java.io.File getStoreDirectory()
public java.io.File getIndexerDirectory()
public IndexersCatalog getIndexersCatalog()
public ResourceSpace getResourceSpace()
public ResourceContext getDefaultContext()
public ReplyInterface perform(RequestInterface request) throws ProtocolException, ResourceException
request
- The request to perform.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |