|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.books.util.BookstoreLocator
public class BookstoreLocator
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Business-Tier (EJB 3)
Uebung: 2 (Hilfklasse)
Beschreibung:
Helper class to hide the lookup to the facade bean for the client.
Note:
With EJB 3.0 there is no need for a business deleate class anymore, since the
remote interface can directly be delivered to the client.
Copyright (c) 2007 bouquet dot ch, 3032 Hinterkappelen. All rights reseved.
Constructor Summary | |
---|---|
BookstoreLocator()
|
Method Summary | |
---|---|
static AdminManagerLocal |
getAdminManagerLocal()
This method create a lookup on the AdminManagerBean |
static AdminManagerRemote |
getAdminManagerRemote()
This method create a lookup on the AdminManagerBean |
static CatalogManagerLocal |
getCatalogManagerLocal()
This method create a lookup on the CatalogManager |
static CatalogManagerRemote |
getCatalogManagerRemote()
This method create a lookup on the CatalogManager |
static OrderManagerLocal |
getOrderManagerLocal()
This method create a lookup on the OrderManagerBean |
static OrderManagerRemote |
getOrderManagerRemote()
This method create a lookup on the OrderManagerBean |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookstoreLocator()
Method Detail |
---|
public static CatalogManagerLocal getCatalogManagerLocal()
public static CatalogManagerRemote getCatalogManagerRemote()
public static OrderManagerLocal getOrderManagerLocal()
public static OrderManagerRemote getOrderManagerRemote()
public static AdminManagerLocal getAdminManagerLocal()
public static AdminManagerRemote getAdminManagerRemote()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |