| 程序包 | 说明 |
|---|---|
| org.springframework.remoting.rmi |
Remoting classes for conventional RMI and transparent remoting via
RMI invokers.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
JndiRmiClientInterceptor.getStub()
Return the RMI stub to use.
|
protected Remote |
RmiClientInterceptor.getStub()
Return the RMI stub to use.
|
protected Object |
JndiRmiClientInterceptor.lookupStub()
Create the RMI stub, typically by looking it up.
|
protected Remote |
RmiClientInterceptor.lookupStub()
Create the RMI stub, typically by looking it up.
|
void |
JndiRmiClientInterceptor.prepare()
Fetches the RMI stub on startup, if necessary.
|
void |
RmiClientInterceptor.prepare()
Fetches RMI stub on startup, if necessary.
|