public class HessianRemote extends Object implements Serializable
| 构造器和说明 |
|---|
HessianRemote()
Creates an uninitialized Hessian remote.
|
HessianRemote(String type,
String url)
Creates a new Hessian remote object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.