org.jboss.aspects.asynchronous.aspects
Class AsynchronousFacadeFieldsImpl
java.lang.Object
org.jboss.aspects.asynchronous.aspects.AsynchronousFacadeFieldsImpl
- All Implemented Interfaces:
- AsynchronousFacadeFields
public class AsynchronousFacadeFieldsImpl
- extends Object
- implements AsynchronousFacadeFields
- Version:
- $Revision: 1.2.4.4 $
- Author:
- {Claude Hussenet Independent Consultant}.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsynchronousFacadeFieldsImpl
public AsynchronousFacadeFieldsImpl()
getId
public String getId()
- Specified by:
getId
in interface AsynchronousFacadeFields
setId
public void setId(String id)
- Specified by:
setId
in interface AsynchronousFacadeFields
getTimeout
public long getTimeout()
- Specified by:
getTimeout
in interface AsynchronousFacadeFields
setTimeout
public void setTimeout(long timeout)
- Specified by:
setTimeout
in interface AsynchronousFacadeFields
getAsynchronousTask
public AsynchronousTask getAsynchronousTask()
- Specified by:
getAsynchronousTask
in interface AsynchronousFacadeFields
setAsynchronousTask
public void setAsynchronousTask(AsynchronousTask asynchronousTask)
- Specified by:
setAsynchronousTask
in interface AsynchronousFacadeFields
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.