org.omg.FT
Class HeartbeatPolicyValue

java.lang.Object
  |
  +--org.omg.FT.HeartbeatPolicyValue
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class HeartbeatPolicyValue
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 boolean heartbeat
           
 long heartbeat_interval
           
 long heartbeat_timeout
           
 
Constructor Summary
HeartbeatPolicyValue()
           
HeartbeatPolicyValue(boolean heartbeat, long heartbeat_interval, long heartbeat_timeout)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

heartbeat

public boolean heartbeat

heartbeat_interval

public long heartbeat_interval

heartbeat_timeout

public long heartbeat_timeout
Constructor Detail

HeartbeatPolicyValue

public HeartbeatPolicyValue()

HeartbeatPolicyValue

public HeartbeatPolicyValue(boolean heartbeat,
                            long heartbeat_interval,
                            long heartbeat_timeout)