org.sourceforge.jemm.weaver.domain
Class MethodDummy

java.lang.Object
  extended by org.sourceforge.jemm.weaver.domain.MethodDummy

public class MethodDummy
extends java.lang.Object

A dummy for the Method proxy to test its behaviour on.

Author:
Paul Keeble

Constructor Summary
MethodDummy()
           
 
Method Summary
 void empty()
          Empty method.
 java.lang.String getS1()
          Get the 's1' value.
 java.lang.String getS2()
          Get the 's2' value.
 void sempty()
          Synchronized empty method.
 void setS1(java.lang.String s1)
          Set the 's1 value.
 void setS2(java.lang.String s2)
          Set the 's2' value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodDummy

public MethodDummy()
Method Detail

getS1

public java.lang.String getS1()
Get the 's1' value.

Returns:
The value of 's1'

setS1

public void setS1(java.lang.String s1)
Set the 's1 value.

Parameters:
s1 - The new value of 's1'

getS2

public java.lang.String getS2()
Get the 's2' value.

Returns:
The value of 's2'

setS2

public void setS2(java.lang.String s2)
Set the 's2' value.

Parameters:
s2 - The new value of 'ss'

empty

public void empty()
Empty method.


sempty

public void sempty()
Synchronized empty method.



Copyright © 2009. All Rights Reserved.