com.infoengine.object
Class ObjectDestination

java.lang.Object
  extended bycom.infoengine.object.ObjectDestination

public class ObjectDestination
extends Object


Field Summary
private  String className
           
private  String contentType
           
private  String dn
           
private  long expireTime
           
private  String host
           
private  int port
           
private  String runtimeName
           
private  int timeToLive
           
 
Constructor Summary
ObjectDestination()
           
ObjectDestination(String host, int port, String className, int timeToLive)
           
ObjectDestination(String host, int port, String className, String dn, int timeToLive, String contentType)
           
ObjectDestination(String host, int port, String className, String dn, String runtimeName, int timeToLive)
           
ObjectDestination(String host, int port, String className, String dn, String runtimeName, int timeToLive, String contentType)
           
 
Method Summary
 boolean equals(Object o)
           
 String getClassName()
           
 String getContentType()
           
 String getDn()
           
 String getHost()
           
 int getPort()
           
 String getRuntimeName()
           
 long getTimeToLive()
           
 int hashCode()
           
 void setTimeToLive()
           
 boolean stillFresh()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

className

private String className

dn

private String dn

expireTime

private long expireTime

host

private String host

port

private int port

runtimeName

private String runtimeName

timeToLive

private int timeToLive

contentType

private String contentType
Constructor Detail

ObjectDestination

public ObjectDestination()

ObjectDestination

public ObjectDestination(String host,
                         int port,
                         String className,
                         int timeToLive)

ObjectDestination

public ObjectDestination(String host,
                         int port,
                         String className,
                         String dn,
                         int timeToLive,
                         String contentType)

ObjectDestination

public ObjectDestination(String host,
                         int port,
                         String className,
                         String dn,
                         String runtimeName,
                         int timeToLive)

ObjectDestination

public ObjectDestination(String host,
                         int port,
                         String className,
                         String dn,
                         String runtimeName,
                         int timeToLive,
                         String contentType)
Method Detail

getClassName

public String getClassName()

getDn

public String getDn()

getRuntimeName

public String getRuntimeName()

getHost

public String getHost()

getPort

public int getPort()

getContentType

public String getContentType()

setTimeToLive

public void setTimeToLive()

getTimeToLive

public long getTimeToLive()

stillFresh

public boolean stillFresh()

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()