org.red5.samples.services
Class EchoService.SampleObject

java.lang.Object
  extended by org.red5.samples.services.EchoService.SampleObject
Enclosing class:
EchoService

public class EchoService.SampleObject
extends Object

Sample object that contains attributes with all access possibilities. This will test the serializer of arbitrary objects.


Field Summary
 String value1
           
 int value2
           
protected  int value4
           
 
Constructor Summary
EchoService.SampleObject()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value1

public String value1

value2

public int value2

value4

protected int value4
Constructor Detail

EchoService.SampleObject

public EchoService.SampleObject()


Copyright © 2006-2007 the Red5 project.