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.
-
conftype
- The MIME type Jigsaw uses for tunneling the admin protocol.
-
ResourceBroker(ServerHandlerManager, AdminServer, AdminWriter)
- A real funny way to create resources..
-
getIdentifier()
- Get this resource identifier.
conftype
public static MimeType conftype
- The MIME type Jigsaw uses for tunneling the admin protocol.
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.
getIdentifier
public String getIdentifier()
- Get this resource identifier.
- Overrides:
- getIdentifier in class Resource
All Packages Class Hierarchy This Package Previous Next Index