org.datashare.objects

Home
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
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
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).
w_w__w__.___j__av___a_2s__._c_o___m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.