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