org.datashare.objects

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 » Groupware » Data share » org.datashare.objects 
org.datashare.objects
Java Source File NameTypeComment
ActivateConnectionObject.javaClass a Client must send this object over a connection before the DataShareServer will use the connection to send or recieve data.
ChannelDescription.javaClass Used to describe a Channel that a Client should use to communicate with the DataShareServer.
ChannelDescriptionArray.javaClass This class is used when an array of ChannelDescriptions is to be sent over the CommandStatus Channel, such as when the server is telling a client what types of Channels are available in a Session, or when the client needs to tell the server all the ChannelDescription type Channels to put in a Session that is to be created.
ClientSessionInfo.javaClass This object is sent from the Server to the Client that requested that a Session be created (via a CreateSession object) or joined (via a JoinSession object). The purpose of this object is to allow the client to 'automatically' join the Session. The client will also receive the UpdateAvailableMsg indicating that a new Session has been created.
ControlServerObject.javaClass This object is sent from the client to the server when the client wants to change some feature on the server at run time.
CreateSessionRequest.javaClass This object is sent from the Client to the Server when a Client wishes to have a new session created.
DataShareConnectionDescriptor.javaClass This class is used to describe a DataShareConnection socket and is sent over the CommandStatus Channel.
DataShareObject.javaClass This is the DataShare data object (as a byte array) that is sent between clients/server (ONLY DataShareObjects are sent between clients and the DataShareServer).
DefaultObjectInfo.javaClass this class is used to convert the ClientInfo, ChannelInfo, SessionInfo, and ConsumerInfo classes into a class that is serializable, and common for processing on the recieving end.
DeleteSession.javaClass This object is sent from the client to the server when the client wants to delete a Session.
DisconnectConsumer.javaClass This object is sent from the client to the server when the client is leaving a channel that has a UDP connection, otherwise the server would never know that the client has left the channel. This object can be sent from the Server to the client when the server has detected a problem with the UDP connection.
DSObjectInfoInterface.javaInterface This interface is intended to allow for common handling of Sessions, Clients, Channels, etc.
FunctionsInSession.javaClass contains the names of the functions in the specified Session, which may be null if there are not functions or the Session was not found on the DataShare server.
HistoryCountObject.javaClass This class is sent by the server to a client when a client has requested a count of EJBs for a particular Channel by sending the server a RequestHistoryCount object.
HistoryFinishedObject.javaClass This class is sent by the server to a client after a client has requested history for a particular Channel (by sending the server a RequestHistory object) and the server has finished sending the history.
InstantMsgData.javaClass
JoinSession.javaClass This object is sent from the client to the server when the client wants to join a Session.
RegisterTreeListener.javaClass This class is sent from the client to the server over the commandStatus channel when the client wishes to recieve UpdateAvailableMsg objects for every change in the treeView of the server.
RegistrationInfo.javaClass
RequestFunctionInfo.javaClass This class is used when a client wishes to request the PpKClient function information that resides in the Rendezvous.cfg file on the server.
RequestFunctionsInSession.javaClass
RequestHistory.javaClass This class is used when a client wishes to request EJBs (or a count of EJBs) for a particular Session and Channel.
RequestSessionNames.javaClass
RequestTree.javaClass This class is used when a client wishes to request a new Tree that has all the latest Server information about Sessions/Clients.
ServerInfo.javaClass This object is sent from the server to a client shortly after the client connects to the server's CommandStatus channel, and is used to relay server information to the client.
ServerStatusObject.javaClass This class is sent by the server to all clients after the server has changed some mode of operation that all clients might need to know.
SessionNames.javaClass
TokenRequestObject.javaClass This class is used for both Client to Server communications and Server to Client communications.
TreeObject.javaClass This object is sent from the Server to any client that has requested a new Tree view of the server's Sessions/Clients.
UpdateAvailableMsg.javaClass This class is sent in the command stream and is used to indicate a change in the tree structure has happened (Consumer started consuming a Channel, etc).
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.