|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.burlap.io.BurlapRemote
public class BurlapRemote
Encapsulates a remote address when no stub is available, e.g. for Java MicroEdition.
Constructor Summary | |
---|---|
BurlapRemote()
Creates an uninitialized Burlap remote. |
|
BurlapRemote(java.lang.String type,
java.lang.String url)
Creates a new Burlap remote object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Defines equality |
java.lang.String |
getType()
Returns the remote api class name. |
java.lang.String |
getURL()
Returns the remote URL. |
int |
hashCode()
Defines the hashcode. |
void |
setURL(java.lang.String url)
Sets the remote URL. |
java.lang.String |
toString()
Readable version of the remote. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BurlapRemote(java.lang.String type, java.lang.String url)
type
- the remote stub interfaceurl
- the remote urlpublic BurlapRemote()
Method Detail |
---|
public java.lang.String getType()
public java.lang.String getURL()
public void setURL(java.lang.String url)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |