|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.remoting.support.RemoteExporter
org.springframework.remoting.support.RemoteInvocationBasedExporter
org.springframework.remoting.rmi.RmiBasedExporter
org.springframework.remoting.rmi.RmiServiceExporter
it.openutils.spring.rmibernate.server.exporter.HibernateRmiServiceExporter
public class HibernateRmiServiceExporter
Rmi exporter that checks laziness of bean fields in all object graph
Field Summary |
---|
Fields inherited from class org.springframework.remoting.support.RemoteExporter |
---|
logger |
Constructor Summary | |
---|---|
HibernateRmiServiceExporter()
|
Method Summary | |
---|---|
protected java.lang.Object |
getProxyForService()
|
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory)
Set hibernate session factory |
Methods inherited from class org.springframework.remoting.rmi.RmiServiceExporter |
---|
afterPropertiesSet, destroy, getRegistry, getRegistry, getRegistry, prepare, setAlwaysCreateRegistry, setClientSocketFactory, setRegistry, setRegistryClientSocketFactory, setRegistryHost, setRegistryPort, setRegistryServerSocketFactory, setReplaceExistingBinding, setServerSocketFactory, setServiceName, setServicePort, testRegistry |
Methods inherited from class org.springframework.remoting.rmi.RmiBasedExporter |
---|
getObjectToExport, invoke |
Methods inherited from class org.springframework.remoting.support.RemoteInvocationBasedExporter |
---|
getRemoteInvocationExecutor, invokeAndCreateResult, setRemoteInvocationExecutor |
Methods inherited from class org.springframework.remoting.support.RemoteExporter |
---|
checkService, checkServiceInterface, getBeanClassLoader, getExporterName, getService, getServiceInterface, isRegisterTraceInterceptor, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader, setRegisterTraceInterceptor, setService, setServiceInterface |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HibernateRmiServiceExporter()
Method Detail |
---|
protected java.lang.Object getProxyForService()
getProxyForService
in class org.springframework.remoting.support.RemoteExporter
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
sessionFactory
- hibernate sessionfactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |