|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface that represents a pull channel for optimized pull mechanism.
Provider connector has access to this interface if it had implemented
IOptimizedPullSupportinterface.
IPullChannel is implemented by UWL service and the implementation
is internal to UWL service.
One channel represents a logical connection to one system and one provider
combination for predefined number of users.
Life of a pull channel begins when a first user is added and ends when
the last users is removed from the channel.
IOptimizedPullSupport,
IProviderConnector,
IPullChannelListener| Method Summary | |
String[] |
getAccumulatedExceptions()
Method to monitor the logged messages in the channel. |
IProviderConnector |
getConnector()
Returns the connector to be used for connecting to the system. |
Date |
getCreationTime()
Returns the UWL time when the pull channel was created. |
String |
getId()
Returns the identifier for the channel. |
Date |
getLastSystemSynchronizationTime()
Provider Connector optionally may set the time at the system, while returning the delta result. |
Date |
getLastUwlSynchronizationTime()
Specifies the time when last synchronization was done. |
int |
getRefreshIntervalInSeconds()
Returns the refresh interval for this Pull Channel. |
String |
getSystem()
Returns the System this channel is supposed to connect to |
Set |
getUserIds()
Method to get all users ids in this channel. |
UserInfo |
getUserInfo(String userId)
Returns the users information. |
List |
getUserInfos()
Returns a list of UserInfo objects that are
assigned to the channel. |
| Method Detail |
public List getUserInfos()
UserInfo objects that are
assigned to the channel. The list returned is read only
and shouldn't be manipulated by the caller.
public UserInfo getUserInfo(String userId)
userId - not null
public String getId()
public String getSystem()
public IProviderConnector getConnector()
public Date getLastUwlSynchronizationTime()
public Date getLastSystemSynchronizationTime()
ConnectorResult.setSystemTimestamp(java.util.Date)public Set getUserIds()
public String[] getAccumulatedExceptions()
public Date getCreationTime()
public int getRefreshIntervalInSeconds()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||