public class PluginManager extends Object implements org.springframework.beans.factory.InitializingBean
PluginManager class.
Constructor and Description |
---|
PluginManager()
Constructor for PluginManager.
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
CapsdConfig |
getCapsdConfig()
getCapsdConfig
|
CapsdProtocolInfo[] |
getProtocolSpecification(InetAddress address)
Returns the list of protocol plugins and the associated actions for the
named address.
|
void |
setCapsdConfig(CapsdConfig capsdConfig)
setCapsdConfig
|
public CapsdProtocolInfo[] getProtocolSpecification(InetAddress address)
address
- The address to get protocol information for.public CapsdConfig getCapsdConfig()
getCapsdConfig
CapsdConfig
object.public void setCapsdConfig(CapsdConfig capsdConfig)
setCapsdConfig
capsdConfig
- a CapsdConfig
object.public void afterPropertiesSet() throws org.exolab.castor.xml.ValidationException
afterPropertiesSet
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
org.exolab.castor.xml.ValidationException
- if any.Copyright © 2015. All Rights Reserved.