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

Constructor Index

 o CheckpointFrame()

Method Index

 o getChekpointResource()
 o getOtherResource(Request)
Get the content of that resources.
 o registerResource(FramedResource)
Register this frame to the given resource.

Constructors

 o CheckpointFrame
 public CheckpointFrame()

Methods

 o registerResource
 public void registerResource(FramedResource resource)
Register this frame to the given resource.

Overrides:
registerResource in class HTTPFrame
 o getChekpointResource
 public CheckpointResource getChekpointResource()
 o 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