All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.admin.ResourceBroker

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.tools.resources.FramedResource
                           |
                           +----org.w3c.jigsaw.admin.ResourceBroker

public class ResourceBroker
extends FramedResource
The server side resource broker.


Variable Index

 o conftype
The MIME type Jigsaw uses for tunneling the admin protocol.

Constructor Index

 o ResourceBroker(ServerHandlerManager, AdminServer, AdminWriter)
A real funny way to create resources..

Method Index

 o getIdentifier()
Get this resource identifier.

Variables

 o conftype
 public static MimeType conftype
The MIME type Jigsaw uses for tunneling the admin protocol.

Constructors

 o ResourceBroker
 public ResourceBroker(ServerHandlerManager shm,
                       AdminServer admin,
                       AdminWriter writer)
A real funny way to create resources..

Parameters:
shm - The server handler manager instance to administer.
server - The AdminServer instance.
writer - The encoder for the Admin protocol.

Methods

 o getIdentifier
 public String getIdentifier()
Get this resource identifier.

Overrides:
getIdentifier in class Resource

All Packages  Class Hierarchy  This Package  Previous  Next  Index