|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines a registry for aggregating Profile objects
| Method Summary | |
void |
addProfile(Profile profile)
Add an Profile for the service with logical name specified |
void |
addProfile(java.lang.String profileName,
Profile profile)
Add an Profile for the service with logical name specified |
Profile |
getProfile(java.lang.String profileName)
|
java.util.Enumeration |
getProfiles()
|
int |
getSize()
|
boolean |
hasProfile(Profile profile)
|
boolean |
hasProfile(java.lang.String profileName)
|
boolean |
isEmpty()
|
void |
removeProfile(Profile profile)
Removes the specified Profile |
void |
removeProfile(java.lang.String profileName)
Removes the Profile with the profileName specified |
| Method Detail |
public int getSize()
public boolean isEmpty()
public boolean hasProfile(java.lang.String profileName)
profileName - the unique name of this profilepublic boolean hasProfile(Profile profile)
profile - the profilepublic java.util.Enumeration getProfiles()
public Profile getProfile(java.lang.String profileName)
profileName - the unique name of this profilepublic void addProfile(Profile profile)
profile - the profile
public void addProfile(java.lang.String profileName,
Profile profile)
profileName - the unique name of this profileprofile - the profilepublic void removeProfile(Profile profile)
profile - the profile to removepublic void removeProfile(java.lang.String profileName)
profileName - the unique name of this profile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||