|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HASingletonProfileActivatorMBean
StandardMBean interface for HASingletonProfileActivator
.
Method Summary | |
---|---|
void |
activateProfile()
Tells the ProfileService to activate the profile . |
String |
getProfileDomain()
Gets the value that should be used for the domain portion of
the singleton @{link Profile}'s ProfileKey . |
String |
getProfileName()
Gets the value that should be used for the name portion of
the singleton @{link Profile}'s ProfileKey . |
String |
getProfileServer()
Gets the value that should be used for the server portion of
the singleton @{link Profile}'s ProfileKey . |
boolean |
isActivated()
Gets whether this object has activated its profile. |
void |
releaseProfile()
Tells the ProfileService to release the profile . |
Method Detail |
---|
String getProfileDomain()
domain
portion of
the singleton @{link Profile}'s ProfileKey
.
null
if not setString getProfileServer()
server
portion of
the singleton @{link Profile}'s ProfileKey
.
null
if not setString getProfileName()
name
portion of
the singleton @{link Profile}'s ProfileKey
.
#DEFAULT_PROFILE_NAME
if not setboolean isActivated()
true
if activateProfile()
has successfully
completed and releaseProfile()
has not been called;
false
otherwise.void activateProfile() throws Exception
activate the profile
.
Called by the HASingletonController when we become the singleton master.
Exception
void releaseProfile() throws Exception
release the profile
.
Called by the HASingletonController when we are no longer the singleton master.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |