net.threebit.jvr.console
Class Example9

java.lang.Object
  extended bynet.threebit.jvr.JVRBaseClass
      extended bynet.threebit.jvr.console.AbstractExample
          extended bynet.threebit.jvr.console.Example9
All Implemented Interfaces:
java.io.Serializable

public class Example9
extends AbstractExample

Performs an Outbound GlobalCall call over a Digital T1 channel.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.threebit.jvr.console.AbstractExample
buttonPanel, console, gbl, propPanel, runButton, setupDialog
 
Fields inherited from class net.threebit.jvr.JVRBaseClass
logger
 
Constructor Summary
Example9()
           
 
Method Summary
 java.lang.String getName()
          Implementing classes should override this method to return a more descriptive name (spaces are OK).
 void run()
          Abstract method that must be implemented by the example class.
 
Methods inherited from class net.threebit.jvr.console.AbstractExample
getAnalogDxResourceList, getDxResourceList, info
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example9

public Example9()
Method Detail

getName

public java.lang.String getName()
Description copied from class: AbstractExample
Implementing classes should override this method to return a more descriptive name (spaces are OK). By default, the fully qualified class name of the example is provided.

Overrides:
getName in class AbstractExample

run

public void run()
Description copied from class: AbstractExample
Abstract method that must be implemented by the example class.

Specified by:
run in class AbstractExample