com.sun.grid.jgdi.event
Class ConnectionFailedEvent

java.lang.Object
  extended by com.sun.grid.jgdi.event.Event
      extended by com.sun.grid.jgdi.event.ConnectionFailedEvent
All Implemented Interfaces:
java.io.Serializable

public class ConnectionFailedEvent
extends Event
implements java.io.Serializable

This event is a pseudo event. JGDIProxy generates an instance of this class if the jmx connection failed.

See Also:
Serialized Form

Constructor Summary
ConnectionFailedEvent(long timestamp, int eventId)
          Creates a new instance of ShutdownEvent
 
Method Summary
 
Methods inherited from class com.sun.grid.jgdi.event.Event
getEventId, getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionFailedEvent

public ConnectionFailedEvent(long timestamp,
                             int eventId)
Creates a new instance of ShutdownEvent

Parameters:
timestamp - timestamp of the event
eventId - id of the event


Copyright © 2007 Sun Microsystems, Inc. All rights reserved.