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
-
config(String, Object)
- set configurable parameter for current session
-
logout()
- end the login session.
-
readyReceive()
- ready-to-receive signal that notify can be started.
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
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
logout
public abstract void logout() throws RemoteException
- end the login session.
- Throws: RemoteException
- remote errors
All Packages Class Hierarchy This Package Previous Next Index