|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.burlap.client.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(String type,
String url)
Creates a new Burlap remote object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Defines equality |
String |
getType()
Returns the remote api class name. |
String |
getURL()
Returns the remote URL. |
int |
hashCode()
Defines the hashcode. |
void |
setURL(String url)
Sets the remote URL. |
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(String type,
String url)
type - the remote stub interfaceurl - the remote urlpublic BurlapRemote()
| Method Detail |
|---|
public String getType()
public String getURL()
public void setURL(String url)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||