public class TLPAcceptorFactory
extends com.streamscape.sef.dispatcher.AbstractTLPAcceptorFactory
Title: Service Event Fabric Core
Description: Defines a TLP Acceptor Factory managing TLP Acceptor instances.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
TLPAcceptorFactory() |
Modifier and Type | Method and Description |
---|---|
TLPAcceptor |
createAcceptor(java.lang.String acceptorName,
java.lang.Class acceptorClass)
Creates a new acceptor instance with the specified name and class.
|
LinkProtocol |
getAcceptorProtocol()
Returns a base acceptor protocol supported by the factory.
|
TLPAcceptor |
lookupAcceptor(java.lang.String acceptorName)
Finds and returns an acceptor with the specified name.
|
createAcceptor, getAcceptors, isAcceptorRegistered, listAcceptors, loadAcceptor, registerAcceptor, registerAcceptor, saveAcceptor, startAcceptors, stopAcceptors, unregisterAcceptor
abortOnFailure, addObject, destroy, existsObject, getName, getNamespace, getObjects, getSemanticType, getSerialVersionUID, getSupportedTypes, init, isObjectRegistered, listRegisteredObjects, listSupportedModels, loadObject, lookupObject, registerObject, saveObject, unregisterObject
getContextType, hasContext
clone
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, getNamespace, listSupportedModels
clone
public LinkProtocol getAcceptorProtocol()
AcceptorFactory
public TLPAcceptor createAcceptor(java.lang.String acceptorName, java.lang.Class acceptorClass)
AcceptorFactory
acceptorName
- the name of the acceptor to be created.acceptorClass
- the class of the acceptor to be created.null
if the specified class is not supported.public TLPAcceptor lookupAcceptor(java.lang.String acceptorName)
AcceptorFactory
lookupAcceptor
in interface AcceptorFactory
lookupAcceptor
in class com.streamscape.sef.dispatcher.AbstractTLPAcceptorFactory
acceptorName
- the name of acceptor to be found.null
if acceptor is not found.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.