Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.ghettojedi.opp.aspect.service
Class ServiceInvocationTest.MyService  view ServiceInvocationTest.MyService download ServiceInvocationTest.MyService.java

java.lang.Object
  extended bycom.ghettojedi.opp.aspect.service.ServiceInvocationTest.MyService
All Implemented Interfaces:
Service, com.ghettojedi.opp.aspect.transaction.TransactionAware
Enclosing class:
ServiceInvocationTest

public static class ServiceInvocationTest.MyService
extends java.lang.Object
implements Service


Constructor Summary
ServiceInvocationTest.MyService()
           
 
Method Summary
 java.lang.String hello(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInvocationTest.MyService

public ServiceInvocationTest.MyService()
Method Detail

hello

public java.lang.String hello(java.lang.String string)