|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcuhk.ale.ejb.interfaces.ReportGeneratorUtil
public class ReportGeneratorUtil
Utility class for ReportGenerator.
Constructor Summary | |
---|---|
ReportGeneratorUtil()
|
Method Summary | |
---|---|
static java.lang.String |
generateGUID(java.lang.Object o)
A 32 byte GUID generator (Globally Unique ID). |
static ReportGeneratorHome |
getHome()
Obtain remote home interface from default initial context |
static ReportGeneratorHome |
getHome(java.util.Hashtable environment)
Obtain remote home interface from parameterised initial context |
static ReportGeneratorLocalHome |
getLocalHome()
Obtain local home interface from default initial context |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportGeneratorUtil()
Method Detail |
---|
public static ReportGeneratorHome getHome() throws javax.naming.NamingException
javax.naming.NamingException
public static ReportGeneratorHome getHome(java.util.Hashtable environment) throws javax.naming.NamingException
environment
- Parameters to use for creating initial context
javax.naming.NamingException
public static ReportGeneratorLocalHome getLocalHome() throws javax.naming.NamingException
javax.naming.NamingException
public static final java.lang.String generateGUID(java.lang.Object o)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |