summaryrefslogtreecommitdiff
path: root/java/netsvcs
Commit message (Collapse)AuthorAgeFilesLines
* Removed LogClient.java from the makefile.eea11998-05-131-1/+0
|
* Decided to remove the LogClient since it basically just duplicated aeea11998-05-131-71/+0
| | | | test of the netsvcs I already had. :(
* Added a client for the logger (same as the C++ ACE direct_logging client,eea11998-05-123-2/+72
| | | | | but it's nice to see how to do it in Java), and made another small change for compatibility in LogRecord.
* Updated the LogRecord so it's compatible with C++ ACE again.eea11998-05-122-24/+11
|
* Added the Naming service to the repository (again?). There may be a problemeea11998-05-126-0/+1678
| | | | | since this has always been in the release archives, but somehow didn't stick in CVS.
* replaced WRAPPER_ROOT with ACE_ROOTlevine1998-05-122-8/+7
|
* Removed some things that generate warnings on NT:eea11997-12-193-5/+0
| | | | | Package includes of things in the current package Including java.lang.*
* Changed the time request string, and moved the client test into theeea11997-11-123-97/+6
| | | | tests/Logger directory.
* A few extra comments, and now the default LogMessageReceiver is in itseea11997-11-126-142/+87
| | | | own file.
* This is the makefile for the Time Service.eea11997-07-251-0/+1
|
* Makefile for the Time Service.eea11997-07-251-0/+26
|
* This is the first version of the JACE Time Service. Clerk and Servereea11997-07-259-0/+1147
| | | | | | | | | | are drivers in case someone needs to run it without the Service Configurator. It is based on Prashant's earlier test version, but adds support for reconnecting to time servers, etc. The main difference between this and the C++ version is that apps on a machine will have to use sockets to communicate with the time clerk -- you can't use shared memory in Java.
* Makefile for the Server Logging Serviceeea11997-07-251-0/+22
|
* This is the first version of the JACE Server Logging service. Iteea11997-07-255-0/+609
is based heavily on the example written by Chris Cleeland, and it should be compatible with the C++ ACE version. The Client Logging service isn't necessary in Java since applications have to use sockets to communicate with the services anyway (the C++ version let apps communicate with the middle-man Client Logging Service via named pipes).