|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.beepcore.beep.core.ProfileRegistry
Maintains a set of associations between URIs and
StartChannelListener
s. This set is used to generate
the greeting
and to demux start
requests.
Constructor Summary | |
ProfileRegistry()
Constructor ProfileRegistry |
Method Summary | |
StartChannelListener |
addStartChannelListener(java.lang.String profile,
StartChannelListener listener,
SessionTuningProperties tuning)
Add the StartChannelListener for the specified URI. |
java.lang.Object |
clone()
|
java.lang.String |
getLocalization()
Returns the value for the BEEP greeting localize attribute. |
java.util.Enumeration |
getProfiles()
Returns the currently registered profile URIs. |
StartChannelListener |
getStartChannelListener(SessionTuningProperties tuning,
java.lang.String uri)
Returns the StartChannelListener for the specified URI. |
StartChannelListener |
removeStartChannelListener(java.lang.String profile)
Remove the StartChannelListener for the specified uri. |
void |
setLocalization(java.lang.String localize)
Set values for the BEEP greeting localize attribute. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProfileRegistry()
Method Detail |
public java.lang.Object clone()
clone
in class java.lang.Object
public java.util.Enumeration getProfiles()
public StartChannelListener getStartChannelListener(SessionTuningProperties tuning, java.lang.String uri)
StartChannelListener
for the specified URI.
uri
- public StartChannelListener addStartChannelListener(java.lang.String profile, StartChannelListener listener, SessionTuningProperties tuning)
StartChannelListener
for the specified URI.
profile
- listener
-
StartChannelListener
public StartChannelListener removeStartChannelListener(java.lang.String profile)
StartChannelListener
for the specified uri.
profile
-
StartChannelListener
registered for the specified
uri.public void setLocalization(java.lang.String localize)
localize
- public java.lang.String getLocalization()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |