com.sap.ip.collaboration.gw.api.framework.groupware

Interface ITransport

All Known Subinterfaces:
ICalendarReadTransport, ICalendarSendTransport, IMailSendTransport, IReadTransport, ISendTransport

public interface ITransport

This interface represents a 'groupware transport', which is nothing but a connector to a groupware server used for accessing/ maintaining different groupware items. This keeps the architecture generic and it is easy to plug in a new transport. There could be concrete implementations of the transport interfaces like MSExchangeCalendarTransport, or LotusDomino CalendarTransport etc..


Method Summary
 String getServerAlias()
          Returns the alias name of the server used by the transport.
 GroupwareItemType getSupportedItemType()
          Returns the groupware item type supported by the transport i.e Mail, Calendar, Task etc.
 String getTransportDescription(Locale locale)
          Returns the description of the groupware transport.
 String getTransportName()
          Returns the name of the groupware transport.
 TransportType getTransportType()
          Returns the transport type of the groupware transport i.e.
 void initialize(IGWResourceManager rManager, List configuration)
          Initializes the groupware transport with different congiguration properties.
 void terminate()
          Terminates the groupware transport.
 

Method Detail

getTransportType

public TransportType getTransportType()
Returns the transport type of the groupware transport i.e. READ, SEND or BOTH.

Returns:
transport type

getSupportedItemType

public GroupwareItemType getSupportedItemType()
Returns the groupware item type supported by the transport i.e Mail, Calendar, Task etc.

Returns:
groupware item type

getTransportName

public String getTransportName()
Returns the name of the groupware transport.

Returns:
transport name

getTransportDescription

public String getTransportDescription(Locale locale)
Returns the description of the groupware transport.

Parameters:
locale - locale information
Returns:
description Transport Description.

initialize

public void initialize(IGWResourceManager rManager,
                       List configuration)
                throws GroupwareException
Initializes the groupware transport with different congiguration properties.

Throws:
GroupwareException - If Transport is not Configured.

terminate

public void terminate()
               throws GroupwareException
Terminates the groupware transport.

Throws:
GroupwareException - When error occurs

getServerAlias

public String getServerAlias()
Returns the alias name of the server used by the transport.

Returns:
server name used by the transport.


Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.