KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > hudson > remoting > package-info


1 /**
2  * Remoting infrastructure for Hudson.
3  *
4  * Code in this package is used for running a part of a program in slaves.
5  * If you are new to this package, start from {@link Channel}.
6  */

7 package hudson.remoting;
8
Popular Tags