com.infoengine.object
Class ObjectDestination
java.lang.Object
com.infoengine.object.ObjectDestination
- public class ObjectDestination
- extends Object
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)
|
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
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)
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()