org.jacorb.orb.policies
Class ReplyStartTimePolicy

java.lang.Object
  extended by _ReplyStartTimePolicyLocalBase
      extended by org.jacorb.orb.policies.ReplyStartTimePolicy

public class ReplyStartTimePolicy
extends _ReplyStartTimePolicyLocalBase


Constructor Summary
ReplyStartTimePolicy(UtcT start_time)
           
 
Method Summary
 org.omg.CORBA.Policy copy()
           
 void destroy()
           
 int policy_type()
           
 UtcT start_time()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyStartTimePolicy

public ReplyStartTimePolicy(UtcT start_time)
Method Detail

start_time

public UtcT start_time()

policy_type

public int policy_type()

copy

public org.omg.CORBA.Policy copy()

destroy

public void destroy()