issrg.test.gt4
Class TestMessageContext

java.lang.Object
  extended by issrg.test.gt4.TestMessageContext

public class TestMessageContext
extends java.lang.Object

Author:
Linying Su

Constructor Summary
TestMessageContext()
          Creates a new instance of TestMessageContext
 
Method Summary
 boolean containsProperty(java.lang.String name)
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.util.Iterator getPropertyNames()
           
 void removeProperty(java.lang.String name)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMessageContext

public TestMessageContext()
Creates a new instance of TestMessageContext

Method Detail

containsProperty

public boolean containsProperty(java.lang.String name)

getProperty

public java.lang.Object getProperty(java.lang.String name)

getPropertyNames

public java.util.Iterator getPropertyNames()

removeProperty

public void removeProperty(java.lang.String name)

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)