public class RegistrySpecImpl extends Object implements RegistrySpec
| Constructor and Description |
|---|
RegistrySpecImpl(RegistryType type,
Properties props,
ManagementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
ManagementContext |
getManagementContext() |
Properties |
getProperties() |
RegistryType |
getType() |
public RegistrySpecImpl(RegistryType type, Properties props, ManagementContext ctx)
type - is the Registry Type.props - are the registry properties.public RegistryType getType()
getType in interface RegistrySpecpublic Properties getProperties()
getProperties in interface RegistrySpecpublic ManagementContext getManagementContext()
getManagementContext in interface RegistrySpecCopyright © 2011-2016 OpenESB Community. All Rights Reserved.