org.yestech.lib.hibernate.client
Class HibernateServerBean

java.lang.Object
  extended by org.yestech.lib.hibernate.client.HibernateServerBean
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, HibernateServerRemote, Initializer

public class HibernateServerBean
extends java.lang.Object
implements HibernateServerRemote, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
HibernateServerBean()
           
 
Method Summary
 java.util.Collection initializeCollection(java.lang.String role, java.io.Serializable id)
           
 java.lang.Object initializeEntity(java.lang.String className, java.io.Serializable id, int token)
           
 void setFactory(org.hibernate.SessionFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateServerBean

public HibernateServerBean()
Method Detail

initializeEntity

public java.lang.Object initializeEntity(java.lang.String className,
                                         java.io.Serializable id,
                                         int token)
                                  throws java.lang.ClassNotFoundException,
                                         org.hibernate.HibernateException,
                                         javax.naming.NamingException
Specified by:
initializeEntity in interface Initializer
Throws:
java.lang.ClassNotFoundException
org.hibernate.HibernateException
javax.naming.NamingException

initializeCollection

public java.util.Collection initializeCollection(java.lang.String role,
                                                 java.io.Serializable id)
                                          throws java.lang.ClassNotFoundException,
                                                 org.hibernate.HibernateException,
                                                 javax.naming.NamingException
Specified by:
initializeCollection in interface Initializer
Throws:
java.lang.ClassNotFoundException
org.hibernate.HibernateException
javax.naming.NamingException

setFactory

public void setFactory(org.hibernate.SessionFactory factory)


Copyright © 2009 YES Technology Association. All Rights Reserved.