Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.presence
Class CwUserPresenceStatus

java.lang.Object
  extended byoracle.workspaces.presence.CwUserPresenceStatus


public class CwUserPresenceStatus
extends java.lang.Object

This class manages the Oracle IM presence for users in CW.


Constructor Summary
CwUserPresenceStatus(CwUser user, java.lang.String imageUrl, java.lang.String statusUrl, java.lang.String clientLaunchUri)

Method Summary
java.lang.String getPresenceClientLaunchUri()
Return the URI to launch the presence client on the client machine
java.lang.String getPresenceImageUrl()
Return the URL of the presence status image
java.lang.String getPresenceStatusUrl()
Return the URL of the presence status
CwUser getUser()
Return the user whose status this instance represents.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CwUserPresenceStatus

public CwUserPresenceStatus(CwUser user,
                            java.lang.String imageUrl,
                            java.lang.String statusUrl,
                            java.lang.String clientLaunchUri)

Method Detail

getPresenceClientLaunchUri

public java.lang.String getPresenceClientLaunchUri()
Return the URI to launch the presence client on the client machine
Returns:
the URI as s string

getPresenceImageUrl

public java.lang.String getPresenceImageUrl()
Return the URL of the presence status image
Returns:
the URL as s string

getPresenceStatusUrl

public java.lang.String getPresenceStatusUrl()
Return the URL of the presence status
Returns:
the URL as s string

getUser

public CwUser getUser()
Return the user whose status this instance represents.
Returns:
the user instance for this presence status.

Copyright © 2001, 2005, Oracle. All rights reserved.