Project: stp

com.ibm.rational.wvcm.stp.cc
Interface CcRemoteViewAgentCallback.ConnectEvent

Enclosing interface:
CcRemoteViewAgentCallback

public static interface CcRemoteViewAgentCallback.ConnectEvent

Event to indicate a remote view agent has connected


Method Summary
 WvcmException getError()
          Answers with an error, or null if successful.
 CcProvider getProvider()
          Answers with the remote view agent's provider
 String getViewTag()
          Answers with the view tag of the connected view
 String getViewUuid()
          Answers with the uuid of the connected view
 

Method Detail

getError

WvcmException getError()
Answers with an error, or null if successful.

Returns:
a WvcmException, or null if no errors

getProvider

CcProvider getProvider()
Answers with the remote view agent's provider

Returns:
Provider for this view

getViewTag

String getViewTag()
Answers with the view tag of the connected view

Returns:
the view tag

getViewUuid

String getViewUuid()
Answers with the uuid of the connected view

Returns:
A dense representation of the uuid as a string.

Generated Tue 25-Jul-2017 08:41 PM

Copyright © IBM 2017. All rights reserved.