Package com.caucho.burlap.client
Class BurlapRemote
java.lang.Object
com.caucho.burlap.client.BurlapRemote
Encapsulates a remote address when no stub is available, e.g. for
Java MicroEdition.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an uninitialized Burlap remote.BurlapRemote
(String type, String url) Creates a new Burlap remote object. -
Method Summary
-
Constructor Details
-
BurlapRemote
Creates a new Burlap remote object.- Parameters:
type
- the remote stub interfaceurl
- the remote url
-
BurlapRemote
public BurlapRemote()Creates an uninitialized Burlap remote.
-
-
Method Details
-
getType
Returns the remote api class name. -
getURL
Returns the remote URL. -
setURL
Sets the remote URL. -
hashCode
public int hashCode()Defines the hashcode. -
equals
Defines equality -
toString
Readable version of the remote.
-