com.ccg.net
Class Connector
java.lang.Object
com.ccg.net.Connector
public class Connector
- extends Object
Not ready for prime time - please ignore for now.
class Example {
public void main(String[] args) {
com.ccg.net.Connector o = new com.ccg.net.Connector();
System.out.println(o);
}
}
- Since:
- 1.0
- Version:
- $Revision: 1.4 $
- Author:
- $Author: pkb $
*see [class][#method]|Text
|
Constructor Summary |
Connector()
Initializes object to... |
|
Method Summary |
(package private) static void |
foo()
|
static void |
main(String[] args)
Main entry point into the application. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Connector
public Connector()
- Initializes object to... It performs the following tasks:
- Since:
- 1.0
#see [class][#meth]|Text
main
public static void main(String[] args)
- Main entry point into the application.
- Parameters:
args - Array of command line arguments.
foo
static void foo()
Copyright 1998-1998-2006 null. All Rights Reserved.