Package org.apache.myfaces.push.cdi
Class WebsocketChannelMetadata
- java.lang.Object
- 
- org.apache.myfaces.push.cdi.WebsocketChannelMetadata
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class WebsocketChannelMetadata extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description WebsocketChannelMetadata()WebsocketChannelMetadata(String channel, String scope, Serializable user, boolean connected)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetChannel()StringgetScope()SerializablegetUser()inthashCode()booleanisConnected()voidsetChannel(String channel)voidsetConnected(boolean connected)voidsetScope(String scope)voidsetUser(Serializable user)
 
- 
- 
- 
Constructor Detail- 
WebsocketChannelMetadatapublic WebsocketChannelMetadata() 
 - 
WebsocketChannelMetadatapublic WebsocketChannelMetadata(String channel, String scope, Serializable user, boolean connected) 
 
- 
 - 
Method Detail- 
getChannelpublic String getChannel() 
 - 
setChannelpublic void setChannel(String channel) 
 - 
getScopepublic String getScope() 
 - 
setScopepublic void setScope(String scope) 
 - 
getUserpublic Serializable getUser() 
 - 
setUserpublic void setUser(Serializable user) 
 - 
isConnectedpublic boolean isConnected() 
 - 
setConnectedpublic void setConnected(boolean connected) 
 
- 
 
-