Package com.caucho.burlap.client
Class BurlapRemote
- java.lang.Object
-
- com.caucho.burlap.client.BurlapRemote
-
public class BurlapRemote extends Object
Encapsulates a remote address when no stub is available, e.g. for Java MicroEdition.
-
-
Constructor Summary
Constructors Constructor Description BurlapRemote()Creates an uninitialized Burlap remote.BurlapRemote(String type, String url)Creates a new Burlap remote object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Defines equalityStringgetType()Returns the remote api class name.StringgetURL()Returns the remote URL.inthashCode()Defines the hashcode.voidsetURL(String url)Sets the remote URL.StringtoString()Readable version of the remote.
-