org.omg.FT
Class FTRequestServiceContext

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String client_id
           
 long expiration_time
           
 java.lang.String location
           
 int retention_id
           
 
Constructor Summary
FTRequestServiceContext()
           
FTRequestServiceContext(java.lang.String client_id, int retention_id, long expiration_time, java.lang.String location)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

client_id

public java.lang.String client_id

retention_id

public int retention_id

expiration_time

public long expiration_time

location

public java.lang.String location
Constructor Detail

FTRequestServiceContext

public FTRequestServiceContext()

FTRequestServiceContext

public FTRequestServiceContext(java.lang.String client_id,
                               int retention_id,
                               long expiration_time,
                               java.lang.String location)