|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcuhk.ale.ejb.interfaces.TagDataServiceUtil
public class TagDataServiceUtil
Utility class for TagDataService.
Constructor Summary | |
---|---|
TagDataServiceUtil()
|
Method Summary | |
---|---|
static java.lang.String |
generateGUID(java.lang.Object o)
A 32 byte GUID generator (Globally Unique ID). |
static TagDataServiceHome |
getHome()
Obtain remote home interface from default initial context |
static TagDataServiceHome |
getHome(java.util.Hashtable environment)
Obtain remote home interface from parameterised initial context |
static TagDataServiceLocalHome |
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 TagDataServiceUtil()
Method Detail |
---|
public static TagDataServiceHome getHome() throws javax.naming.NamingException
javax.naming.NamingException
public static TagDataServiceHome getHome(java.util.Hashtable environment) throws javax.naming.NamingException
environment
- Parameters to use for creating initial context
javax.naming.NamingException
public static TagDataServiceLocalHome 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 |