|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.jigsaw.http.httpd | +--org.w3c.jigsaw.admin.AdminServer
Field Summary | |
protected GenericAuthFilter |
auth
|
protected ResourceBroker |
broker
|
protected org.w3c.jigsaw.http.ControlResource |
controlConfig
|
protected RealmsCatalog |
realms
The realm catalog |
protected org.w3c.tools.resources.AbstractContainer |
root
|
protected org.w3c.tools.resources.ResourceReference |
rr_controlConfig
|
protected org.w3c.tools.resources.ResourceReference |
rr_realms
|
protected org.w3c.tools.resources.ResourceReference |
rr_root
|
protected ServerHandlerManager |
shm
|
protected org.w3c.jigsaw.admin.AdminWriter |
writer
|
Fields inherited from class org.w3c.jigsaw.http.httpd |
CHECKURL_P,
CLIENT_BUFSIZE_P,
CLIENT_DEBUG_P,
CLIENT_FACTORY_P,
CLIENT_PRIORITY_P,
CONFIG_P,
debug,
DOCURL_P,
EDIT_ROOT_P,
FS_SENSITIVITY,
host,
HOST_P,
instances,
KEEP_ALIVE_P,
KEEP_TIMEOUT_P,
LOGGER_P,
MAX_LOADED_STORE,
MAX_LOADED_STORE_P,
port,
PORT_P,
props,
PROPS_P,
PUBLIC_P,
REQUEST_TIMEOUT_P,
root,
ROOT_CLASS_P,
ROOT_NAME_P,
ROOT_P,
SERVER_GROUP_P,
SERVER_SOFTWARE_P,
SERVER_USER_P,
SHUFFLER_PATH_P,
SPACE_P,
thread,
timer,
TRACE_P,
TRASHDIR_P,
url,
USE_SM_P,
verscount,
VERSCOUNT_P,
version |
Constructor Summary | |
AdminServer()
|
Method Summary | |
protected java.lang.String |
getBanner()
|
org.w3c.tools.resources.ResourceReference |
getConfigResource()
|
org.w3c.tools.resources.ResourceReference |
getControlResource()
|
org.w3c.tools.resources.ResourceReference |
getRealmCatalogResource()
|
RealmsCatalog |
getRealmsCatalog()
|
org.w3c.tools.resources.FramedResource |
getRoot()
|
org.w3c.tools.resources.ResourceReference |
getRootReference()
|
void |
initialize(ServerHandlerManager shm,
java.lang.String identifier,
ObservableProperties props)
Initialize the Server |
protected void |
initializeAuth()
|
org.w3c.tools.resources.ReplyInterface |
perform(org.w3c.tools.resources.RequestInterface req)
Perform the request |
org.w3c.jigsaw.http.Reply |
remoteListAttributes(org.w3c.jigsaw.http.Request request)
List the attributes. |
org.w3c.jigsaw.http.Reply |
remoteLoadRoot(org.w3c.jigsaw.http.Request request)
Load the remote Root. |
Methods inherited from class org.w3c.jigsaw.http.httpd |
checkFileSystemSensitivity,
checkpoint,
cleanup,
clone,
debug,
enumeratePropertySet,
errlog,
errlog,
errlog,
errlog,
fatal,
fatal,
getAuthDirectory,
getClientBufferSize,
getClientDebug,
getClientKeepConnection,
getClientThreadPriority,
getConfigDirectory,
getConnectionTimeOut,
getDefaultContext,
getDocumentationURL,
getEditRoot,
getHost,
getIdentifier,
getIndexerDirectory,
getIndexersCatalog,
getInetAddress,
getLocalPort,
getLogger,
getPort,
getProperties,
getPropertySet,
getRequestTimeOut,
getResourceSpace,
getResourceStoreManager,
getRootDirectory,
getShuffler,
getSoftware,
getSpaceDir,
getStatistics,
getStoreDirectory,
getTrashDirectory,
getURL,
initializeProperties,
initializePropertySets,
loadResource,
loadRoot,
log,
log,
main,
propertyChanged,
registerPropertySet,
restart,
run,
shutdown,
startCheckpoint,
trace,
trace,
usage,
warning,
warning |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected ResourceBroker broker
protected ServerHandlerManager shm
protected org.w3c.jigsaw.admin.AdminWriter writer
protected org.w3c.tools.resources.AbstractContainer root
protected org.w3c.tools.resources.ResourceReference rr_root
protected org.w3c.jigsaw.http.ControlResource controlConfig
protected org.w3c.tools.resources.ResourceReference rr_controlConfig
protected GenericAuthFilter auth
protected RealmsCatalog realms
protected org.w3c.tools.resources.ResourceReference rr_realms
Constructor Detail |
public AdminServer()
Method Detail |
public RealmsCatalog getRealmsCatalog()
protected java.lang.String getBanner()
public org.w3c.tools.resources.ResourceReference getConfigResource()
public org.w3c.tools.resources.ResourceReference getRealmCatalogResource()
public org.w3c.tools.resources.ResourceReference getControlResource()
public org.w3c.jigsaw.http.Reply remoteLoadRoot(org.w3c.jigsaw.http.Request request) throws org.w3c.tools.resources.ProtocolException
request
- The incomming request.public org.w3c.jigsaw.http.Reply remoteListAttributes(org.w3c.jigsaw.http.Request request) throws org.w3c.tools.resources.ProtocolException
request
- The incomming request.public org.w3c.tools.resources.ReplyInterface perform(org.w3c.tools.resources.RequestInterface req) throws org.w3c.tools.resources.ProtocolException, org.w3c.tools.resources.ResourceException
req
- the request.public org.w3c.tools.resources.FramedResource getRoot()
public org.w3c.tools.resources.ResourceReference getRootReference()
protected void initializeAuth()
public void initialize(ServerHandlerManager shm, java.lang.String identifier, ObservableProperties props) throws ServerHandlerInitException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |