hp.telephony.media
Class ResourceSpec.Operator

java.lang.Object
  extended byhp.telephony.media.ResourceSpec
      extended byhp.telephony.media.ResourceSpec.Operator
All Implemented Interfaces:
Resource, ResourceConstants
Direct Known Subclasses:
ResourceSpec.Add, ResourceSpec.Alt, ResourceSpec.And, ResourceSpec.Future, ResourceSpec.Or
Enclosing class:
ResourceSpec

public abstract static class ResourceSpec.Operator
extends ResourceSpec
implements Resource

FOR INTERNAL USE ONLY - Represents the ResourceSpec operator nodes: And, Alt, Or, Add, Future. Non-Operator ResourceSpecs are the "leaf-nodes".

Note that these ResourceSpec nodes have null for Attributes and Parameters.

Operator implements Resource, so that the first argument to the ResourceSpec constructor is a Resource Class...


Nested Class Summary
 
Nested classes inherited from class hp.telephony.media.ResourceSpec
ResourceSpec.Add, ResourceSpec.Alt, ResourceSpec.And, ResourceSpec.Future, ResourceSpec.Operator, ResourceSpec.Or
 
Field Summary
 
Fields inherited from class hp.telephony.media.ResourceSpec
adpcmPlayer, adpcmPlayerG726_16, adpcmPlayerG726_32, adpcmPlayerOKI, adpcmRecorder, adpcmRecorderG726_16, adpcmRecorderG726_32, adpcmRecorderOKI, ALawPlayer, ALawRecorder, altEnhancedPSGR_Conf, altPSGR_Conf, aryP_R, basicAltEnhancedP_SG, basicAltEnhancedPSGR_Conf, basicAltP_SG, basicAltPlayerRecorder, basicAltPR_Conf, basicAltPSGR_Conf, basicAltSpeedP_SG, basicAltVolumeP_SG, basicAndEnhancedPSG_R, basicAndP_R, basicAndPSG_R, basicConference, basicEchoCanceller, basicEchoSimulator, basicFax, basicPlayer, basicRecorder, basicSignalDetector, basicSignalGenerator, basicSpeechDetector, enhancedPlayer, hpSpeechDetector, MuLawPlayer, MuLawRecorder, none, nuanceSpeechDetector, protocol1MasterSMSPlayerRecorder, protocol1SlaveSMSPlayerRecorder, protocol2MasterSMSPlayerRecorder, protocol2SlaveSMSPlayerRecorder, rtpPlayer, rtpRecorder, silencePlayer, speedPlayer, stubbedMasterSMSPlayerRecorder, stubbedSlaveSMSPlayerRecorder, swiSpeechDetector, telismaSpeechDetector, volumePlayer
 
Fields inherited from interface hp.telephony.media.ResourceConstants
e_Disconnected, e_OK, FOREVER, q_Duration, q_RTC, q_Standard, q_Stop, rtcc_Disconnected, rtcc_TriggerRTC, v_Forever
 
Constructor Summary
ResourceSpec.Operator(ResourceSpec[] resSpecs)
           
 
Method Summary
 ResourceSpec[] getResourceSpecs()
          get the array of ResourceSpecs.
 
Methods inherited from class hp.telephony.media.ResourceSpec
getInitialParameters, getResourceClass, getSelectionAttributes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSpec.Operator

public ResourceSpec.Operator(ResourceSpec[] resSpecs)
Method Detail

getResourceSpecs

public ResourceSpec[] getResourceSpecs()
get the array of ResourceSpecs.