类的使用
org.springframework.remoting.RemoteLookupFailureException
使用RemoteLookupFailureException的程序包 程序包 说明 org.springframework.remoting.caucho This package provides remoting classes for Caucho's Hessian protocol: a proxy factory for accessing Hessian services, and an exporter for making beans available to Hessian clients.org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers.org.springframework.remoting.caucho中RemoteLookupFailureException的使用
抛出RemoteLookupFailureException的org.springframework.remoting.caucho中的方法 修饰符和类型 方法 说明 voidHessianClientInterceptor. prepare()Initialize the Hessian proxy for this interceptor.org.springframework.remoting.rmi中RemoteLookupFailureException的使用
抛出RemoteLookupFailureException的org.springframework.remoting.rmi中的方法 修饰符和类型 方法 说明 protected ObjectJndiRmiClientInterceptor. getStub()Return the RMI stub to use.protected RemoteRmiClientInterceptor. getStub()Return the RMI stub to use.protected ObjectJndiRmiClientInterceptor. lookupStub()Create the RMI stub, typically by looking it up.protected RemoteRmiClientInterceptor. lookupStub()Create the RMI stub, typically by looking it up.voidJndiRmiClientInterceptor. prepare()Fetches the RMI stub on startup, if necessary.voidRmiClientInterceptor. prepare()Fetches RMI stub on startup, if necessary.