|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
TransportType getTransportType()
GroupwareItemType getSupportedItemType()
String getTransportName()
String getTransportDescription(Locale locale)
locale - locale information
void initialize(IGWResourceManager rManager,
List configuration)
throws GroupwareException
IGWResourceManager - resource manager class intializing the transportlist - list of configuration properties
GroupwareException - If Transport is not Configured.
void terminate()
throws GroupwareException
GroupwareException - When error occursString getServerAlias()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-COLL
|
[sap.com] tc/kmc/coll/gw
|
api
|
EP-KM-COL
|
|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||