Dekoh platform API

com.pramati.bfly.cas.presence.api.ops
Class ShareInfo.DesktopShareInfo

java.lang.Object
  extended by com.pramati.bfly.cas.presence.api.ops.ShareInfo.DesktopShareInfo
Enclosing class:
ShareInfo

public static class ShareInfo.DesktopShareInfo
extends Object

Represents a Dekoh Desktop of a DesktopUser, from which he has shared some application to this DekohUser. Every DekohDesktop is identified either by a


Method Summary
 List getAppShares()
          List of Application shared by this Desktop User from this Dekoh Desktop to this Dekoh User.
 String getDasIdentifier()
          Unique Dekoh Desktop id (dasid) representing this Dekoh Desktop.
 String getDesktopName()
          Dekoh Desktop's Name.
 int getDesktopNo()
          Dekoh Desktop's No.
 boolean isOnline()
          To know if this Dekoh Desktop is online and rechable.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDasIdentifier

public String getDasIdentifier()
Unique Dekoh Desktop id (dasid) representing this Dekoh Desktop.

Returns:
Unique Dekoh Desktop id (dasid) representing this Dekoh Desktop.

getDesktopName

public String getDesktopName()
Dekoh Desktop's Name. This with DesktopNo, will resolve to a Dekoh Desktop uniquely. As of now, dasid is used for resolving a Dekoh Desktop uniquely.

Returns:

getDesktopNo

public int getDesktopNo()
Dekoh Desktop's No. This with DesktopName, will point to a Dekoh Desktop uniquely. As of now, dasid is used for resolving a Dekoh Desktop uniquely.

Returns:

isOnline

public boolean isOnline()
To know if this Dekoh Desktop is online and rechable.

Returns:
true, if Dekoh Desktop is online and reachable.

getAppShares

public List getAppShares()
List of Application shared by this Desktop User from this Dekoh Desktop to this Dekoh User.

Returns:

toString

public String toString()
Overrides:
toString in class Object

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers