Uses of Interface
org.omg.CosTime.TimeService

Packages that use TimeService
org.jacorb.notification.filter   
org.omg.CosTime   
 

Uses of TimeService in org.jacorb.notification.filter
 

Constructors in org.jacorb.notification.filter with parameters of type TimeService
CurrentTimeUtil(TimeService timeService)
           
 

Uses of TimeService in org.omg.CosTime
 

Fields in org.omg.CosTime declared as TimeService
 TimeService TimeServiceHolder.value
           
 

Methods in org.omg.CosTime that return TimeService
static TimeService TimeServiceHelper.extract(Any any)
           
static TimeService TimeServiceHelper.read(InputStream in)
           
static TimeService TimeServiceHelper.narrow(java.lang.Object obj)
           
static TimeService TimeServiceHelper.narrow(Object obj)
           
static TimeService TimeServiceHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosTime with parameters of type TimeService
static void TimeServiceHelper.insert(Any any, TimeService s)
           
static void TimeServiceHelper.write(OutputStream _out, TimeService s)
           
 

Constructors in org.omg.CosTime with parameters of type TimeService
TimeServiceHolder(TimeService initial)