All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.jigsaw.resources.CheckpointFrame
java.lang.Object
|
+----org.w3c.tools.resources.AttributeHolder
|
+----org.w3c.tools.resources.Resource
|
+----org.w3c.tools.resources.FramedResource
|
+----org.w3c.tools.resources.ResourceFrame
|
+----org.w3c.tools.resources.ProtocolFrame
|
+----org.w3c.jigsaw.frames.HTTPFrame
|
+----org.w3c.jigsaw.resources.CheckpointFrame
- public class CheckpointFrame
- extends HTTPFrame
-
CheckpointFrame()
-
-
getChekpointResource()
-
-
getOtherResource(Request)
- Get the content of that resources.
-
registerResource(FramedResource)
- Register this frame to the given resource.
CheckpointFrame
public CheckpointFrame()
registerResource
public void registerResource(FramedResource resource)
- Register this frame to the given resource.
- Overrides:
- registerResource in class HTTPFrame
getChekpointResource
public CheckpointResource getChekpointResource()
getOtherResource
protected Reply getOtherResource(Request request) throws ProtocolException, ResourceException
- Get the content of that resources.
Will display some usefull commands to start/stop the attached thread
- Parameters:
- request - The request to handle.
- Throws: ProtocolException
- If request processing failed.
- Throws: ResourceException
- If this resource got a fatal error.
- Overrides:
- getOtherResource in class HTTPFrame
All Packages Class Hierarchy This Package Previous Next Index