startup() method

This method is called by the Agentry Server when the Java system connection starts up and creates an instance of this class; it is called immediately after the class is constructed.

Syntax

public void startup ()

Usage

It exists as a complement to the shutdown method. Current versions of Agentry ignore the value returned by this method, so there's really nothing you can do here that you couldn't just do in the constructor.