public class ServerFederation extends java.lang.Object implements ApplicationServer
Constructor and Description |
---|
ServerFederation() |
Modifier and Type | Method and Description |
---|---|
static ApplicationServer |
getApplicationServer() |
java.lang.Object |
getBusinessObject(ProxyInfo proxyInfo) |
EJBHome |
getEJBHome(ProxyInfo proxyInfo) |
EJBMetaData |
getEJBMetaData(ProxyInfo proxyInfo) |
EJBObject |
getEJBObject(ProxyInfo proxyInfo) |
Handle |
getHandle(ProxyInfo proxyInfo) |
HomeHandle |
getHomeHandle(ProxyInfo proxyInfo) |
static void |
setApplicationServer(ApplicationServer server) |
public Handle getHandle(ProxyInfo proxyInfo)
getHandle
in interface ApplicationServer
public EJBMetaData getEJBMetaData(ProxyInfo proxyInfo)
getEJBMetaData
in interface ApplicationServer
public HomeHandle getHomeHandle(ProxyInfo proxyInfo)
getHomeHandle
in interface ApplicationServer
public EJBObject getEJBObject(ProxyInfo proxyInfo)
getEJBObject
in interface ApplicationServer
public EJBHome getEJBHome(ProxyInfo proxyInfo)
getEJBHome
in interface ApplicationServer
public java.lang.Object getBusinessObject(ProxyInfo proxyInfo)
getBusinessObject
in interface ApplicationServer
public static void setApplicationServer(ApplicationServer server)
public static ApplicationServer getApplicationServer()