org.jboss.resteasy.test.application
Class MyResource

java.lang.Object
  extended by org.jboss.resteasy.test.application.MyResource

public class MyResource
extends java.lang.Object

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
static int num_instatiations
           
 
Constructor Summary
MyResource()
           
 
Method Summary
 java.lang.String getApplicationCount()
           
 java.lang.String getCount()
           
 java.lang.String getException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num_instatiations

public static int num_instatiations
Constructor Detail

MyResource

public MyResource()
Method Detail

getCount

public java.lang.String getCount()

getApplicationCount

public java.lang.String getApplicationCount()

getException

public java.lang.String getException()


Copyright © 2010. All Rights Reserved.