org.apache.myfaces.orchestra.conversation
Class SimpleBean
java.lang.Object
org.apache.myfaces.orchestra.conversation.SimpleBean
- All Implemented Interfaces:
- ConversationAware, SimpleInterface
public class SimpleBean
- extends Object
- implements SimpleInterface, ConversationAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleBean
public SimpleBean()
getThis
public SimpleBean getThis()
getThisRef
public SimpleBean getThisRef()
getThisRefHolder
public SimpleBean[] getThisRefHolder()
getData
public String getData()
setData
public void setData(String data)
transactionalMethod
public void transactionalMethod()
setConversation
public void setConversation(Conversation conversation)
- Specified by:
setConversation
in interface ConversationAware
getConversationAwareCount
public int getConversationAwareCount()
doSomething
public void doSomething()
- Specified by:
doSomething
in interface SimpleInterface
callback
public void callback(Runnable callback)
bindToCurrentConversation
public Object bindToCurrentConversation(Object target)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.