| java.lang.Object com.caucho.burlap.client.BurlapRemote
BurlapRemote | public class BurlapRemote (Code) | | Encapsulates a remote address when no stub is available, e.g. for
Java MicroEdition.
|
BurlapRemote | public BurlapRemote(String type, String url)(Code) | | Creates a new Burlap remote object.
Parameters: type - the remote stub interface Parameters: url - the remote url |
BurlapRemote | public BurlapRemote()(Code) | | Creates an uninitialized Burlap remote.
|
equals | public boolean equals(Object obj)(Code) | | Defines equality
|
getType | public String getType()(Code) | | Returns the remote api class name.
|
hashCode | public int hashCode()(Code) | | Defines the hashcode.
|
setURL | public void setURL(String url)(Code) | | Sets the remote URL.
|
toString | public String toString()(Code) | | Readable version of the remote.
|
|
|