|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Media
This class represents a Media that is on a Place.
| Nested Class Summary | |
|---|---|
static class |
Media.Action
Constants that describe actions on Media. |
static class |
Media.Reason
Constants that describe possible reasons for PlaceEventMediaStatusChanged. |
static class |
Media.Status
Constants that describe possible statuses for the Media. |
| Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject |
|---|
IdObject.ObjectType |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this Media. |
Place |
getPlace()
Returns the Place to which this Media belongs. |
Media.Status |
getStatus()
Returns the status of this Media. |
MediaType |
getType()
Returns the type of this Media. |
void |
login(java.lang.String reason,
java.lang.String reason_description)
Logs this media in. |
void |
logout(java.lang.String reason,
java.lang.String reason_description)
Logs this media out. |
void |
notReady(java.lang.String reason,
java.lang.String reason_description)
Sets this media to 'ready'. |
void |
ready(java.lang.String reason,
java.lang.String reason_description)
Sets this media to 'not ready'. |
| Methods inherited from interface com.genesyslab.ail.Possible |
|---|
arePossible, isPossible |
| Methods inherited from interface com.genesyslab.ail.IdObject |
|---|
getId, getObjectType |
| Method Detail |
|---|
java.lang.String getName()
Media.
Media.Status getStatus()
Media.
MediaType getType()
Media.
Place getPlace()
Place to which this Media belongs.
void ready(java.lang.String reason,
java.lang.String reason_description)
throws RequestFailedException
reason - The reason for going 'not ready'.reason_description - The description of this reason.
IsServiceException - if there is a problem with the Interaction Server.
RequestFailedException
void notReady(java.lang.String reason,
java.lang.String reason_description)
throws RequestFailedException
reason - The reason for going 'ready'.reason_description - The description of this reason.
IsServiceException - if there is a problem with the Interaction Server.
RequestFailedException
void login(java.lang.String reason,
java.lang.String reason_description)
throws RequestFailedException
reason - The reason for logging in.reason_description - The description of this reason.
IsServiceException - if there is a problem with the Interaction Server.
RequestFailedException
void logout(java.lang.String reason,
java.lang.String reason_description)
throws RequestFailedException
reason - The reason for logging out.reason_description - The description of this reason.
IsServiceException - if there is a problem with the Interaction Server.
RequestFailedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||