jSyncManager Simple Java Server

org.jSyncManager.SJS
Class ServerManager

java.lang.Object
  extended by org.jSyncManager.SJS.ServerManager

public class ServerManager
extends java.lang.Object

The Internet Server Service Management Tool. This class serves as the entry point to the ISS Management Tool. It uses RMI to connect to the ISS Server instance running on the local host.

Version:
0.1
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>

Field Summary
static java.lang.String ALL_IPv4_BOUND_ADDRESSES
          A string constant representing all bind addresses for IPv4.
 
Method Summary
static void main(java.lang.String[] args)
          The main entrypoint for the Internet Service Server Manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_IPv4_BOUND_ADDRESSES

public static final java.lang.String ALL_IPv4_BOUND_ADDRESSES
A string constant representing all bind addresses for IPv4.

See Also:
Constant Field Values
Method Detail

main

public static void main(java.lang.String[] args)
The main entrypoint for the Internet Service Server Manager.

Parameters:
args - the command-line arguments passed to the program.


jSyncManager Simple Java Server

Copyright (c) 2004 Brad BARCLAY. All Rights Reserved.