com.nordija.tapestry.bayeux.stream
Interface IStream

All Superinterfaces:
org.apache.tapestry.IComponent, org.apache.tapestry.IDynamicInvoker, org.apache.tapestry.IRender, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
All Known Implementing Classes:
StreamLink

public interface IStream
extends org.apache.tapestry.IComponent, org.apache.tapestry.IDynamicInvoker

Interface that defines classes that may be messaged by the stream service.

Author:
Jacob von Eyben - Nordija A/S

Method Summary
 boolean isStateful()
           
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getSpecification, getSpecifiedId, getTemplateTagName, isRendering, peekClientId, renderBody, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, setTemplateTagName
 
Methods inherited from interface org.apache.tapestry.IRender
render
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 
Methods inherited from interface org.apache.tapestry.IDynamicInvoker
getUpdateComponents, isAsync, isJson
 

Method Detail

isStateful

boolean isStateful()


Copyright © 2004-2007 Nordija A/S. All Rights Reserved.