Add comment about callback connections - release updated dev build

This commit is contained in:
mchr3k 2012-01-14 10:56:56 +00:00
parent 771c2b2c1e
commit 9c1ed2fffc
4 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -103,6 +103,13 @@ public class AgentInit
}
}
/**
* This is a mechanism which allows a client to listen on a particular port and have the
* Agent server make the initial connection. This is useful when the client launches the Agent
* and wants to connect as soon as the Agent starts up. This is used by the Eclipse plugin.
* @param callbackPort
* @param t
*/
static void doCallbackConnection(int callbackPort, ClassTransformer t)
{
try