org.mobicents.slee.resource.lab.test.client
Class RAFClient

java.lang.Object
  extended by org.mobicents.slee.resource.lab.test.client.RAFClient
All Implemented Interfaces:
RAFStackListener

public class RAFClient
extends java.lang.Object
implements RAFStackListener

RAFClient is a very simple command line interface to send commands to the RAFrame resource adaptor executed inside the Mobicents JAIN SLEE implementation.
Every input received from the command line interface will be send to the resource adaptor. Communication is done via TCP/IP.
The command line interface will quit when entering "exit" as command.

Author:
Michael Maretzke

Constructor Summary
RAFClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void onEvent(java.lang.String incomingData)
          This method implements the RAFStackListener interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAFClient

public RAFClient()
Method Detail

main

public static void main(java.lang.String[] args)

onEvent

public void onEvent(java.lang.String incomingData)
This method implements the RAFStackListener interface

Specified by:
onEvent in interface RAFStackListener


Copyright © 2009. All Rights Reserved.