Voyager ORB
A B C D E F G H I K L M N O P R S T U V _

T

ThreadManager - class com.objectspace.voyager.ThreadManager.
ThreadManager contains static methods that allow modification of the internal thread pool limits.
ThreadPool - class com.objectspace.lib.thread.ThreadPool.
A ThreadPool allows threads to be reused.
ThreadPool() - Constructor for class com.objectspace.lib.thread.ThreadPool
Construct a thread pool with 0 initial threads, a creation rate of 1, and no specified maxCapacity.
ThreadPool(ThreadGroup) - Constructor for class com.objectspace.lib.thread.ThreadPool
Construct a thread pool with 0 initial threads, a creation rate of 1, and no specified maxCapacity.
ThreadPool(ThreadGroup, int, int, int) - Constructor for class com.objectspace.lib.thread.ThreadPool
Construct a thread pool with the specified parameters.
TimeoutException - exception com.objectspace.voyager.message.TimeoutException.
A TimeoutException indicates that a message could not complete within a specified time period.
TimeoutException(String) - Constructor for class com.objectspace.voyager.message.TimeoutException
Construct a TimeoutException with a description.
Timer - class com.objectspace.lib.timer.Timer.
A Timer can deliver a timer event to each of its listeners at a particular point in time or periodically.
Timer() - Constructor for class com.objectspace.lib.timer.Timer
Construct a timer and add it to the default timer group.
Timer(TimerGroup) - Constructor for class com.objectspace.lib.timer.Timer
Construct a timer and add it to the specified timer group.
TimerEvent - class com.objectspace.lib.timer.TimerEvent.
A TimerEvent is generated by a timer when its alarm triggers.
TimerEvent(Timer, long) - Constructor for class com.objectspace.lib.timer.TimerEvent
Construct a timer event associated with the specified timer and time.
timerExpired(TimerEvent) - Method in class com.objectspace.lib.timer.TimerListenerThread
A timer expired and generated a timer event.
timerExpired(TimerEvent) - Method in interface com.objectspace.lib.timer.TimerListener
A timer expired and generated a timer event.
TimerGroup - class com.objectspace.lib.timer.TimerGroup.
A TimerGroup manages a collection of zero or more Timer objects.
TimerGroup() - Constructor for class com.objectspace.lib.timer.TimerGroup
Use a thread of Thread.NORM_PRIORITY to manage timers.
TimerGroup(int) - Constructor for class com.objectspace.lib.timer.TimerGroup
Use a thread of the specified priority to manage timers.
TimerListener - interface com.objectspace.lib.timer.TimerListener.
The TimerListener interface must be implemented by all objects wishing to receive TimerEvents.
TimerListenerThread - class com.objectspace.lib.timer.TimerListenerThread.
A TimerListenerThread is a TimerListener that uses a new thread object to invoke timerExpired() on another associated TimerListener.
TimerListenerThread(TimerListener) - Constructor for class com.objectspace.lib.timer.TimerListenerThread
Construct myself to notify the specified listener with a thread of the current priority.
TimerListenerThread(TimerListener, int) - Constructor for class com.objectspace.lib.timer.TimerListenerThread
Construct myself to notify the specified listener with a thread of the specified priority.
tk_alias - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for alias.
tk_any - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for any.
tk_array - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for array.
tk_boolean - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for boolean.
tk_char - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for char.
tk_double - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for double.
tk_enum - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for enum.
tk_except - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for exception.
tk_fixed - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for fixed.
tk_float - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for float.
tk_long - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for long.
tk_longdouble - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for long double.
tk_longlong - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for long long.
tk_null - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for null.
tk_objref - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for object reference.
tk_octet - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for octet.
tk_Principal - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for principal.
tk_sequence - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for sequence.
tk_short - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for short.
tk_string - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for string.
tk_struct - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for struct.
tk_TypeCode - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for TypeCode.
tk_ulong - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for unsigned long.
tk_ulonglong - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for unsigned long long.
tk_union - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for union.
tk_ushort - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for unsigned short.
tk_value - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for value.
tk_value_box - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for value box.
tk_void - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for void.
tk_wchar - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for wide char.
tk_wstring - Static variable in interface com.objectspace.voyager.corba.IConstants
The typecode index for wide string.
toExternalForm() - Method in class com.objectspace.voyager.Proxy
Return a string that may be used as a parameter to Namespace.lookup() for obtaining a proxy to my object.
Topic - class com.objectspace.voyager.space.publishing.Topic.
A topic is specified hierarchically with fields separated by periods, like sports.bulls and books.fiction.mystery.
Topic(String) - Constructor for class com.objectspace.voyager.space.publishing.Topic
Construct myself to be the specified topic.
toString() - Method in class com.objectspace.lib.holder.CharHolder
Return a string that describes me.
toString() - Method in class com.objectspace.lib.holder.FloatHolder
Return a string that describes me.
toString() - Method in class com.objectspace.lib.holder.LongHolder
Return a string that describes me.
toString() - Method in class com.objectspace.lib.holder.ByteHolder
Return a string that describes me.
toString() - Method in class com.objectspace.lib.holder.ShortHolder
Return a string that describes me.
toString() - Method in class com.objectspace.lib.holder.ObjectHolder
Return a string that describes me.
toString() - Method in class com.objectspace.lib.holder.DoubleHolder
Return a string that describes me.
toString() - Method in class com.objectspace.lib.holder.BooleanHolder
Return a string that describes me.
toString() - Method in class com.objectspace.lib.holder.IntHolder
Return a string that describes me.
toString() - Method in class com.objectspace.lib.holder.StringHolder
Return a string that describes me.
toString() - Method in class com.objectspace.lib.timer.TimerEvent
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.message.Result
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.message.ResultEvent
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.corba.TypeCodeHolder
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.corba.AnyHolder
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.corba.Any
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.mobility.MobilityException
 
toString() - Method in class com.objectspace.voyager.space.SubspaceEvent
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.space.Subspace
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.space.publishing.Topic
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.RuntimeRemoteException
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.Proxy
Return the result of sending toString() to my associated object.
toString() - Method in class com.objectspace.voyager.SystemEvent
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.directory.Directory
Return a string that describes me.
toString() - Method in class com.objectspace.voyager.directory.Entry
 
Transport - class com.objectspace.voyager.transport.Transport.
The Transport class is where all ITransport implementations and IRequestHandlers are registred.
An ITransport implementation provides specific network protocol services, like tcp or udp.
type() - Method in class com.objectspace.voyager.corba.Any
Return the typecode of my value.
TypeCode - class com.objectspace.voyager.corba.TypeCode.
A TypeCode allows runtime access to information about an object's type.
TypeCodeException - exception com.objectspace.voyager.corba.TypeCodeException.
A TypeCodeException indicates that a particular operation was not supported by a typecode.
TypeCodeException(String) - Constructor for class com.objectspace.voyager.corba.TypeCodeException
Construct a TypeCodeException with a description.
TypeCodeHolder - class com.objectspace.voyager.corba.TypeCodeHolder.
A TypeCodeHolder allows the final value of a typecode argument to be propagated back to the client.
TypeCodeHolder() - Constructor for class com.objectspace.voyager.corba.TypeCodeHolder
Construct myself to have a default value of null.
TypeCodeHolder(TypeCode) - Constructor for class com.objectspace.voyager.corba.TypeCodeHolder
 

ObjectSpace Inc.
A B C D E F G H I K L M N O P R S T U V _
(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240