| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.im.service.ApplicationInfo
This class can be used to set the characteristics/properties of all CollaborationSession objects that will be created using a given SessionProvider. Currently you can set category, type and name properties for the Session objects.
| Constructor Summary | |
| ApplicationInfo()Creates a new instance of ApplicationInfo | |
| ApplicationInfo(org.netbeans.lib.collab.ApplicationInfo a) | |
| Method Summary | |
|  java.lang.String | getCategory()get the category of the Session | 
|  java.lang.Object | getDelegatedObject()This method returns the delegated object | 
|  java.lang.String | getName()returns the name of the Session object | 
|  java.lang.String | getType()get the type of the Session, the type has to be allowed types for the particular category | 
|  void | setCategory(java.lang.String category)set the category of the Session object | 
|  void | setName(java.lang.String name)set the type of the Session object | 
|  void | setType(java.lang.String type)set the type of the Session object | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ApplicationInfo()
public ApplicationInfo(org.netbeans.lib.collab.ApplicationInfo a)
| Method Detail | 
public void setCategory(java.lang.String category)
category - to which the entity using the Session object belongs topublic void setType(java.lang.String type)
type - to which the entity using the Session object belongs to within the given category.public void setName(java.lang.String name)
name - with which the entity using the Session object would like to advertize.public java.lang.String getCategory()
public java.lang.String getType()
public java.lang.String getName()
public java.lang.Object getDelegatedObject()
Delegation
getDelegatedObject in interface Delegation| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||