org.jboss.test.hello.interfaces
Interface HelloLog

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface HelloLog
extends EJBObject (src)


Method Summary
 long getElapsedTime()
           
 long getEndTime()
           
 java.lang.String getHelloArg()
           
 long getStartTime()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getHelloArg

public java.lang.String getHelloArg()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getStartTime

public long getStartTime()
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getEndTime

public long getEndTime()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getElapsedTime

public long getElapsedTime()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException