Package | Description |
---|---|
com.streamscape.sef.network.mf.admin |
Modifier and Type | Method and Description |
---|---|
Acceptor |
AcceptorFactory.loadAcceptor(java.lang.String acceptorName)
(Re)Loads the specified existing acceptor from the Repository.
|
Acceptor |
AcceptorFactory.registerAcceptor(Acceptor acceptor)
Registers the specified acceptor with the factory and saves it to the Repository.
|
Acceptor |
AcceptorFactory.registerAcceptor(java.lang.String acceptorName)
Loads the specified acceptor from the Repository and registers it with the factory.
|
void |
AcceptorFactory.saveAcceptor(Acceptor acceptor)
Saves the specified acceptor to the Repository.
|
void |
AcceptorFactory.unregisterAcceptor(java.lang.String acceptorName)
Unregisters the specified acceptor from the factory and removes it from the Repository.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.