com.bea.httppubsub
Class LocalClient

java.lang.Object
  |
  +--com.bea.httppubsub.LocalClient

public abstract class LocalClient
extends java.lang.Object
implements Client

The main purpose of LocalClient class is for pubsub server side programming. The LocalClient class is the client representative on server side, which has no Transport associate with it, no subscribed channel and is always connected.

See Also:
Serialized Form

Constructor Summary
LocalClient()
           
 
Method Summary
 AuthenticatedUser getAuthenticatedUser()
           
 java.lang.String getBrowserId()
           
 java.util.Set getChannelSubscriptions()
           
 void setAuthenticatedUser(AuthenticatedUser user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalClient

public LocalClient()
Method Detail

getAuthenticatedUser

public AuthenticatedUser getAuthenticatedUser()
Specified by:
getAuthenticatedUser in interface Client


setAuthenticatedUser

public void setAuthenticatedUser(AuthenticatedUser user)


getChannelSubscriptions

public java.util.Set getChannelSubscriptions()
Specified by:
getChannelSubscriptions in interface Client


getBrowserId

public java.lang.String getBrowserId()
Specified by:
getBrowserId in interface Client



Copyright © 2007 BEA Systems All Rights Reserved.