Support Classes

These classes provide much of the functionality required by the cam.netapp.networkConnection and cam.netapp.ServerManager classes.

These classes and their associated methods were not meant for general use and consequently may change without warning. They are purposely not documented.

cam.netapp.ControlThread
A class, derived from Thread, that is used to control a remote application.

cam.netapp.ApplicationServer
A class that facilitates the setting up of the communication between a NetworkConnection instance and a remote class.

cam.netapp.CPUscheduler
A standalone scheduler which schedules threads in a round-robin, equal time-slicing, fashion.

cam.netapp.ProcessWrapper
An interface, implemented by classes that spawn system processes, and enables the control of the spawned process by the netapp package control mechanisms.