Java Doc for BrokerFrame.java in  » Web-Server » Jigsaw » org » w3c » jigsaw » admin » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Server » Jigsaw » org.w3c.jigsaw.admin 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.w3c.jigsaw.frames.HTTPFrame
   org.w3c.jigsaw.admin.BrokerFrame

BrokerFrame
public class BrokerFrame extends HTTPFrame (Code)

Inner Class :class LookupFrameState

Field Summary
protected  AdminServeradmin
     The controlling ServerHandler.
protected  ResourceBrokerbroker
    
protected  ServerHandlerManagershm
     The ServerHandlerManager we export.
protected  AdminWriterwriter
     The object that knows how to write the admin protocol.

Constructor Summary
public  BrokerFrame(ServerHandlerManager shm, AdminServer admin, AdminWriter writer)
    

Method Summary
protected  voidcheckContentType(Request request)
     Check that request incomming content type.
protected  voiderror(Request request, String msg)
     Trigger an HTTP exception.
public  Replyextended(Request request)
    
protected  InputStreamgetInputStream(Request request)
     Get a data input stream out of that request input stream
Parameters:
  request - The request to get data from.
exception:
  ProtocolException - If we couldn't get the request's content.
protected  ReplygetOtherResource(Request request)
    
public  ResourceReferencelookup(Request request)
     Lookup the target of the given request.
Parameters:
  request - The request whose target is to be fetched.
protected  ReplyokReply(Request request, byte bits)
    
protected  ReplyokReply(Request request)
    
public  voidregisterResource(FramedResource resource)
    
public  ReplyremoteDeleteResource(Request request)
    
public  ReplyremoteLoadResource(Request request)
     Return a resource back to the client.
Parameters:
  request - The request to handle.
public  ReplyremoteRegisterFrame(Request request)
    
public  ReplyremoteRegisterResource(Request request)
    
public  ReplyremoteReindexResource(Request request, boolean rec)
    
public  ReplyremoteSetValues(Request request)
     Set a set of attribute values for the target resource.
Parameters:
  request - The request to handle.
public  ReplyremoteUnregisterFrame(Request request)
    

Field Detail
admin
protected AdminServer admin(Code)
The controlling ServerHandler.



broker
protected ResourceBroker broker(Code)



shm
protected ServerHandlerManager shm(Code)
The ServerHandlerManager we export.



writer
protected AdminWriter writer(Code)
The object that knows how to write the admin protocol.




Constructor Detail
BrokerFrame
public BrokerFrame(ServerHandlerManager shm, AdminServer admin, AdminWriter writer)(Code)




Method Detail
checkContentType
protected void checkContentType(Request request) throws ProtocolException(Code)
Check that request incomming content type.
Parameters:
  request - The request to check.
exception:
  ProtocolException - If the request type doesn't match admin.



error
protected void error(Request request, String msg) throws ProtocolException(Code)
Trigger an HTTP exception.
Parameters:
  request - The request we couldn't fulfill.
Parameters:
  msg - The error message.
exception:
  ProtocolException - Always thrown.



extended
public Reply extended(Request request) throws ProtocolException, ResourceException(Code)
Perform an extended request
Parameters:
  request - the incomming request.
exception:
  ProtocolException - if a protocol error occurs
exception:
  ResourceException - if a server error occurs



getInputStream
protected InputStream getInputStream(Request request) throws ProtocolException(Code)
Get a data input stream out of that request input stream
Parameters:
  request - The request to get data from.
exception:
  ProtocolException - If we couldn't get the request's content. A DataInputStream instance to read the request's content.



getOtherResource
protected Reply getOtherResource(Request request) throws ProtocolException, ResourceException(Code)
The default GET method for other king of associated resource
Parameters:
  request - The request to handle.
exception:
  ProtocolException - If processsing the request failed.
exception:
  ResourceException - If the resource got a fatal error.



lookup
public ResourceReference lookup(Request request) throws ProtocolException(Code)
Lookup the target of the given request.
Parameters:
  request - The request whose target is to be fetched. A Resource instance.
exception:
  ProtocolException - If the resource couldn't be located.



okReply
protected Reply okReply(Request request, byte bits)(Code)



okReply
protected Reply okReply(Request request)(Code)



registerResource
public void registerResource(FramedResource resource)(Code)



remoteDeleteResource
public Reply remoteDeleteResource(Request request) throws ProtocolException(Code)



remoteLoadResource
public Reply remoteLoadResource(Request request) throws ProtocolException(Code)
Return a resource back to the client.
Parameters:
  request - The request to handle. A Reply instance.
exception:
  ProtocolException - If some error occurs.



remoteRegisterFrame
public Reply remoteRegisterFrame(Request request) throws ProtocolException(Code)



remoteRegisterResource
public Reply remoteRegisterResource(Request request) throws ProtocolException(Code)



remoteReindexResource
public Reply remoteReindexResource(Request request, boolean rec) throws ProtocolException(Code)



remoteSetValues
public Reply remoteSetValues(Request request) throws ProtocolException(Code)
Set a set of attribute values for the target resource.
Parameters:
  request - The request to handle. A Reply instance.
exception:
  ProtocolException - If some error occurs.



remoteUnregisterFrame
public Reply remoteUnregisterFrame(Request request) throws ProtocolException(Code)



Fields inherited from org.w3c.jigsaw.frames.HTTPFrame
protected static int ATTR_ALLOW_DEL(Code)(Java Doc)
protected static int ATTR_BROWSABLE(Code)(Java Doc)
protected static int ATTR_CHARSET(Code)(Java Doc)
protected static int ATTR_CONTENT_ENCODING(Code)(Java Doc)
protected static int ATTR_CONTENT_LANGUAGE(Code)(Java Doc)
protected static int ATTR_CONTENT_LENGTH(Code)(Java Doc)
protected static int ATTR_CONTENT_TYPE(Code)(Java Doc)
protected static int ATTR_ICON(Code)(Java Doc)
protected static int ATTR_ICONDIR(Code)(Java Doc)
protected static int ATTR_INDEX(Code)(Java Doc)
protected static int ATTR_INDEXES(Code)(Java Doc)
protected static int ATTR_MAXAGE(Code)(Java Doc)
protected static int ATTR_MD5(Code)(Java Doc)
protected static int ATTR_PUTABLE(Code)(Java Doc)
protected static int ATTR_QUALITY(Code)(Java Doc)
protected static int ATTR_RELOCATE(Code)(Java Doc)
protected static int ATTR_STYLE_LINK(Code)(Java Doc)
protected static int ATTR_TITLE(Code)(Java Doc)
final public static int COND_FAILED(Code)(Java Doc)
final public static int COND_OK(Code)(Java Doc)
final public static int COND_WEAK(Code)(Java Doc)
final public static String STATE_CONTENT_LOCATION(Code)(Java Doc)
protected boolean acceptRanges(Code)(Java Doc)
protected HttpTokenList allowed(Code)(Java Doc)
protected static MimeType browsetype(Code)(Java Doc)
protected DirectoryResource dresource(Code)(Java Doc)
protected FileResource fresource(Code)(Java Doc)
protected HtmlGenerator listing(Code)(Java Doc)
protected long listing_stamp(Code)(Java Doc)

Methods inherited from org.w3c.jigsaw.frames.HTTPFrame
public void addStyleSheet(HtmlGenerator g)(Code)(Java Doc)
public void attributeChanged(AttributeChangedEvent evt)(Code)(Java Doc)
public Reply browse(Request request) throws ProtocolException(Code)(Java Doc)
public boolean checkExpect(Request request)(Code)(Java Doc)
public int checkIfMatch(Request request)(Code)(Java Doc)
public int checkIfModifiedSince(Request request)(Code)(Java Doc)
public int checkIfNoneMatch(Request request)(Code)(Java Doc)
public int checkIfUnmodifiedSince(Request request)(Code)(Java Doc)
public boolean checkRequest(RequestInterface request)(Code)(Java Doc)
public int checkValidators(Request request)(Code)(Java Doc)
public boolean computeContainerListing(boolean refresh)(Code)(Java Doc)
public String computeETag()(Code)(Java Doc)
protected File computeTrashDir(File dir)(Code)(Java Doc)
protected File computeTrashFile(File file)(Code)(Java Doc)
public Reply createDefaultReply(Request request, int status)(Code)(Java Doc)
protected Reply createFileReply(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply delete(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply deleteDirectoryResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply deleteFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply deleteMe(Request request) throws HTTPException(Code)(Java Doc)
protected Reply deleteOtherResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply extended(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply get(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected HttpTokenList getAllow()(Code)(Java Doc)
public boolean getAllowDeleteFlag()(Code)(Java Doc)
public boolean getBrowsableFlag()(Code)(Java Doc)
protected synchronized MimeType getBrowseType()(Code)(Java Doc)
public String getCharset()(Code)(Java Doc)
public String getContentEncoding()(Code)(Java Doc)
public String getContentLanguage()(Code)(Java Doc)
public int getContentLength()(Code)(Java Doc)
public MimeType getContentType()(Code)(Java Doc)
public Reply getDirectoryListing(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public DirectoryResource getDirectoryResource()(Code)(Java Doc)
protected Reply getDirectoryResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public HttpEntityTag getETag()(Code)(Java Doc)
public FileResource getFileResource()(Code)(Java Doc)
protected Reply getFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public String getHelpURL()(Code)(Java Doc)
public String getHelpURL(String topic)(Code)(Java Doc)
public String getIcon()(Code)(Java Doc)
public String getIconDirectory()(Code)(Java Doc)
public String getIndex()(Code)(Java Doc)
public String[] getIndexes()(Code)(Java Doc)
public boolean getMD5Flag()(Code)(Java Doc)
public long getMaxAge()(Code)(Java Doc)
protected Reply getOtherResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public boolean getPutableFlag()(Code)(Java Doc)
public double getQuality()(Code)(Java Doc)
public boolean getRelocateFlag()(Code)(Java Doc)
public String getStyleSheetURL()(Code)(Java Doc)
public String getTitle()(Code)(Java Doc)
public URL getURL(Request request)(Code)(Java Doc)
public Reply handleRangeRequest(Request request, HttpRange r) throws ProtocolException(Code)(Java Doc)
public Reply head(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply headDirectoryResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply headFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply headOtherResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public void initialize(Hashtable defs)(Code)(Java Doc)
public Reply link(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public boolean lookup(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupDirectory(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupFile(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupOther(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupResource(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
public Reply options(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public ReplyInterface perform(RequestInterface req) throws ProtocolException, ResourceException(Code)(Java Doc)
protected ReplyInterface performFrames(RequestInterface request) throws ProtocolException, ResourceException(Code)(Java Doc)
public void pickleValues(Hashtable defs)(Code)(Java Doc)
public Reply post(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply put(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply putFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply putOtherResource(Request request) throws ProtocolException(Code)(Java Doc)
public void registerOtherResource(FramedResource resource)(Code)(Java Doc)
public void registerResource(FramedResource resource)(Code)(Java Doc)
public synchronized void setValue(int idx, Object value)(Code)(Java Doc)
public Reply trace(Request request) throws HTTPException, ClientException(Code)(Java Doc)
public Reply unlink(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public double unsafeGetQuality()(Code)(Java Doc)
protected void updateCachedHeaders()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.