se.linkon.stina.domain.provider
Interface SjStinaProviderMediumInterface

All Known Implementing Classes:
LknStinaProviderMedium

public interface SjStinaProviderMediumInterface

Implementation for Stina WAS startup and factory finding.

Version:
$Revision: 7 $, $Date: 07-01-02 16:55 $
Author:
Per Lindberger

Field Summary
static java.lang.String CONNECTION_TIMEOUT
           
static java.lang.String READ_TIMEOUT
           
 
Method Summary
 java.lang.Object bindToMediumRootObject()
           
 void clearCachedReferences()
           
 void disposeMedium()
           
 se.sj.stina.ejb.administration.Administration getAdministration()
           
 se.sj.stina.ejb.adminservices.AdminServices getAdminServices()
           
 se.sj.stina.ejb.cashregister.CashRegister getCashRegister()
           
 se.sj.stina.ejb.clientservices.ClientServices getClientServices()
           
 se.sj.stina.ejb.codeplaintext.CodePlaintext getCodePlaintext()
           
 se.sj.stina.ejb.customer.Customer getCustomer(byte[] query, byte[] clientInfo)
           
 se.sj.stina.ejb.customer.CustomerCatalogue getCustomerCatalogue()
           
 java.lang.String getHostName()
           
 se.sj.stina.ejb.hotel.Hotel getHotel()
           
 se.sj.stina.ejb.identification.Identification getIdentification()
           
 se.sj.stina.ejb.installation.Installation getInstallation()
           
 se.sj.stina.ejb.itinerary.ItineraryInformation getItineraryInformation()
           
 se.sj.stina.ejb.location.LocationCatalogue getLocationCatalogue()
           
 se.sj.stina.ejb.order.Order getOrder(byte[] clientInfo)
           
 se.sj.stina.ejb.order.Order getOrder(byte[] query, byte[] clientInfo)
           
 se.sj.stina.ejb.order.OrderCatalogue getOrderCatalogue()
           
 se.sj.stina.ejb.paymentservices.PaymentServices getPaymentServices()
           
 se.sj.stina.ejb.profilecatalogue.ProfileCatalogue getProfileCatalogue()
           
 se.sj.stina.ejb.ruledesc.RuleDesc getRuleDescription()
           
 se.sj.stina.ejb.salesunit.SalesUnit getSalesUnit()
           
 se.sj.stina.ejb.servicecatalogue.ServiceCatalogue getServiceCatalogue()
           
 java.lang.Object initialiseMedium()
           
 boolean isInitialised()
           
 boolean wantsServerPinger()
           
 

Field Detail

CONNECTION_TIMEOUT

static final java.lang.String CONNECTION_TIMEOUT
See Also:
Constant Field Values

READ_TIMEOUT

static final java.lang.String READ_TIMEOUT
See Also:
Constant Field Values
Method Detail

wantsServerPinger

boolean wantsServerPinger()

getHostName

java.lang.String getHostName()

clearCachedReferences

void clearCachedReferences()

initialiseMedium

java.lang.Object initialiseMedium()

bindToMediumRootObject

java.lang.Object bindToMediumRootObject()

isInitialised

boolean isInitialised()

disposeMedium

void disposeMedium()

getAdministration

se.sj.stina.ejb.administration.Administration getAdministration()
                                                                throws TiFatalException,
                                                                       TiSevereException
Throws:
TiFatalException
TiSevereException

getAdminServices

se.sj.stina.ejb.adminservices.AdminServices getAdminServices()
                                                             throws TiFatalException,
                                                                    TiSevereException
Throws:
TiFatalException
TiSevereException

getCashRegister

se.sj.stina.ejb.cashregister.CashRegister getCashRegister()
                                                          throws TiFatalException,
                                                                 TiSevereException
Throws:
TiFatalException
TiSevereException

getClientServices

se.sj.stina.ejb.clientservices.ClientServices getClientServices()
                                                                throws TiFatalException,
                                                                       TiSevereException
Throws:
TiFatalException
TiSevereException

getCodePlaintext

se.sj.stina.ejb.codeplaintext.CodePlaintext getCodePlaintext()
                                                             throws TiFatalException,
                                                                    TiSevereException
Throws:
TiFatalException
TiSevereException

getCustomer

se.sj.stina.ejb.customer.Customer getCustomer(byte[] query,
                                              byte[] clientInfo)
                                              throws TiAmbiguousDataException,
                                                     TiBadTransferDataException,
                                                     TiInformationException,
                                                     TiSevereException,
                                                     TiFatalException
Throws:
TiAmbiguousDataException
TiBadTransferDataException
TiInformationException
TiSevereException
TiFatalException

getCustomerCatalogue

se.sj.stina.ejb.customer.CustomerCatalogue getCustomerCatalogue()
                                                                throws TiFatalException,
                                                                       TiSevereException
Throws:
TiFatalException
TiSevereException

getHotel

se.sj.stina.ejb.hotel.Hotel getHotel()
                                     throws TiFatalException,
                                            TiSevereException
Throws:
TiFatalException
TiSevereException

getIdentification

se.sj.stina.ejb.identification.Identification getIdentification()
                                                                throws TiFatalException,
                                                                       TiSevereException
Throws:
TiFatalException
TiSevereException

getInstallation

se.sj.stina.ejb.installation.Installation getInstallation()
                                                          throws TiFatalException,
                                                                 TiSevereException
Throws:
TiFatalException
TiSevereException

getItineraryInformation

se.sj.stina.ejb.itinerary.ItineraryInformation getItineraryInformation()
                                                                       throws TiFatalException,
                                                                              TiSevereException
Throws:
TiFatalException
TiSevereException

getLocationCatalogue

se.sj.stina.ejb.location.LocationCatalogue getLocationCatalogue()
                                                                throws TiFatalException,
                                                                       TiSevereException
Throws:
TiFatalException
TiSevereException

getOrder

se.sj.stina.ejb.order.Order getOrder(byte[] clientInfo)
                                     throws TiAmbiguousDataException,
                                            TiBadTransferDataException,
                                            TiInformationException,
                                            TiSevereException,
                                            TiFatalException
Throws:
TiAmbiguousDataException
TiBadTransferDataException
TiInformationException
TiSevereException
TiFatalException

getOrder

se.sj.stina.ejb.order.Order getOrder(byte[] query,
                                     byte[] clientInfo)
                                     throws TiAmbiguousDataException,
                                            TiBadTransferDataException,
                                            TiInformationException,
                                            TiSevereException,
                                            TiFatalException
Throws:
TiAmbiguousDataException
TiBadTransferDataException
TiInformationException
TiSevereException
TiFatalException

getOrderCatalogue

se.sj.stina.ejb.order.OrderCatalogue getOrderCatalogue()
                                                       throws TiFatalException,
                                                              TiSevereException
Throws:
TiFatalException
TiSevereException

getPaymentServices

se.sj.stina.ejb.paymentservices.PaymentServices getPaymentServices()
                                                                   throws TiFatalException,
                                                                          TiSevereException
Throws:
TiFatalException
TiSevereException

getProfileCatalogue

se.sj.stina.ejb.profilecatalogue.ProfileCatalogue getProfileCatalogue()
                                                                      throws TiFatalException,
                                                                             TiSevereException
Throws:
TiFatalException
TiSevereException

getRuleDescription

se.sj.stina.ejb.ruledesc.RuleDesc getRuleDescription()
                                                     throws TiFatalException,
                                                            TiSevereException
Throws:
TiFatalException
TiSevereException

getSalesUnit

se.sj.stina.ejb.salesunit.SalesUnit getSalesUnit()
                                                 throws TiFatalException,
                                                        TiSevereException
Throws:
TiFatalException
TiSevereException

getServiceCatalogue

se.sj.stina.ejb.servicecatalogue.ServiceCatalogue getServiceCatalogue()
                                                                      throws TiFatalException,
                                                                             TiSevereException
Throws:
TiFatalException
TiSevereException


Copyright © 2012. All Rights Reserved.