Class HelloWorldServCF

java.lang.Object
  extended by HelloWorldServCF

public class HelloWorldServCF
extends java.lang.Object

Hello World Server using ChannelFactory. Generates a "ChannelFactory" on a desired port and gets serverside sockets, displays the server status and a recieved message.

Author:
Heinz Kredel.

Field Summary
(package private) static int port
           
 
Constructor Summary
HelloWorldServCF()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

static int port
Constructor Detail

HelloWorldServCF

public HelloWorldServCF()
Method Detail

main

public static void main(java.lang.String[] args)