com.vii.brillien.kernel.axiom.transport
Interface Manager<M extends Mediator>
public interface Manager<M extends Mediator>
Some transport layers allows or enforces to have a unique account for every connection to be opened. By implementing this interface, a Mediator can define the necessary behavior invoked by Brillien's implementation.
For example the Xmpp transport layer should implement this interface to create entity account for every Presence type published.
Method Summary |
void |
createAccountFor(M m)
Creates account by the values of the given Mediator |
createAccountFor
void createAccountFor(M m)
throws BrillienException
- Creates account by the values of the given Mediator
- Throws:
BrillienException
Copyright © 2012. All Rights Reserved.