public class HessianRemote extends Object
| Constructor and Description |
|---|
HessianRemote()
Creates an uninitialized Hessian remote.
|
HessianRemote(String type,
String url)
Creates a new Hessian remote object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public HessianRemote(String type, String url)
type - the remote stub interfaceurl - the remote urlpublic HessianRemote()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.