|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.avaya.conferencing.api.acp.control.AbstractConnectionSpecificResource
com.avaya.conferencing.api.acp.control.MediaResourcePool
public abstract class MediaResourcePool
This interface defines a Resource that can be used by certain media
| Constructor Summary | |
|---|---|
MediaResourcePool()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getName()
Gets the name of the resource |
abstract boolean |
isDefault()
Checks whether the current MediaResourcePool is the default one |
abstract boolean |
isPermitted(CPAuthentication authentication)
Tells the caller whether this MediaResourcePool is permitted for use by the specified CPAuthentication |
abstract boolean |
isSpecialResource()
Tells whether the current MediaResourcePool is a 'special' resource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.avaya.conferencing.api.acp.control.ConnectionSpecificResource |
|---|
getResourceClass |
| Constructor Detail |
|---|
public MediaResourcePool()
| Method Detail |
|---|
public abstract java.lang.String getName()
public abstract boolean isPermitted(CPAuthentication authentication)
authentication - The CPAuthentication scheme
public abstract boolean isDefault()
public abstract boolean isSpecialResource()
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||