All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface bamboo.pipe.ConsumerConfig

public interface ConsumerConfig
extends Remote
ConsumerConfig remote interface. Consumers config the login session through this interface after login.

See Also:
BambooPipe

Method Index

 o config(String, Object)
set configurable parameter for current session
 o logout()
end the login session.
 o readyReceive()
ready-to-receive signal that notify can be started.

Methods

 o readyReceive
 public abstract void readyReceive() throws RemoteException
ready-to-receive signal that notify can be started. login is a bad place to start notify thread because login process isn't finished.

Throws: RemoteException
remote errors
 o config
 public abstract void config(String name,
                             Object value) throws RemoteException, BPParseException
set configurable parameter for current session

Throws: RemoteException
remote errors
Throws: BPParseException
invalid name/value
 o logout
 public abstract void logout() throws RemoteException
end the login session.

Throws: RemoteException
remote errors

All Packages  Class Hierarchy  This Package  Previous  Next  Index