IP*Works! V9

ipworks
Class IpdaemonConnectedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.IpdaemonConnectedEvent
All Implemented Interfaces:
java.io.Serializable

public class IpdaemonConnectedEvent
extends java.util.EventObject

Fired immediately after a connection completes (or fails).

If the connection is made normally, StatusCode is 0, and Description is "OK".

If the connection fails, StatusCode has the error code returned by the system. Description contains a description of this code. The value of StatusCode is equal to the value of the system error.

Please refer to the Error Messages section for more information.

See Also:
Ipdaemon, Ipdaemon.ConnectedEvent, Serialized Form

Field Summary
 java.lang.String connectionId
           
 java.lang.String description
           
 int statusCode
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

connectionId

public java.lang.String connectionId

statusCode

public int statusCode

description

public java.lang.String description

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.