|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.collab.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 |
Method Summary | |
void |
addFeature(java.lang.String feature)
|
java.lang.String |
getCategory()
get the category of the Session |
java.util.ArrayList |
getFeatures()
|
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 |
removeFeature(java.lang.String feature)
|
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()
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 void addFeature(java.lang.String feature)
public void removeFeature(java.lang.String feature)
public java.util.ArrayList getFeatures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |