Project: stp

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

Enclosing interface:
CcRemoteViewAgentCallback

public static interface CcRemoteViewAgentCallback.DisconnectEvent

Event to indicate a remote view agent has disconnected


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 for the disconnected 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 for the disconnected 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 Fri 7-Aug-2015 10:46 PM

Copyright © IBM 2015. All rights reserved.