|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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..
Copyright (c) SAP 2002
| Method Summary | |
java.lang.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. |
java.lang.String |
getTransportDescription(java.util.Locale locale)
Returns the description of the groupware transport. |
java.lang.String |
getTransportName()
Returns the name of the groupware transport. |
TransportType |
getTransportType()
Returns the transport type of the groupware transport i.e. |
void |
initialize(IGroupwareManager gwManager,
java.util.List configuration)
Initializes the groupware transport with different congiguration properties. |
void |
terminate()
Terminates the groupware transport. |
| Method Detail |
public java.lang.String getServerAlias()
public GroupwareItemType getSupportedItemType()
public java.lang.String getTransportDescription(java.util.Locale locale)
locale - public java.lang.String getTransportName()
public TransportType getTransportType()
public void initialize(IGroupwareManager gwManager,
java.util.List configuration)
throws GroupwareException
GroupwareManager - groupware manager class intializing the transportlist - list of configuration propertiesGroupwareException -
public void terminate()
throws GroupwareException
GroupwareException -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||