Interface StandaloneServerConfiguration
-
- All Superinterfaces:
org.jboss.migration.core.jboss.AbsolutePathResolver,DeploymentOverlayResource.Parent,DeploymentResource.Parent,ExtensionResource.Parent,InterfaceResource.Parent,ManageableResource,ManageableServerConfiguration,ManagementInterfaceResource.Parent,PathResource.Parent,SecurityRealmResource.Parent,SocketBindingGroupResource.Parent,SubsystemResource.Parent,SystemPropertyResource.Parent
- All Known Implementing Classes:
EmbeddedStandaloneServerConfiguration
public interface StandaloneServerConfiguration extends ManageableServerConfiguration, DeploymentResource.Parent, DeploymentOverlayResource.Parent, ManagementInterfaceResource.Parent, SecurityRealmResource.Parent, SubsystemResource.Parent
- Author:
- emmartins
-
-
Field Summary
Fields Modifier and Type Field Description static ManageableServerConfigurationTypeRESOURCE_TYPE
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ManageableServerConfigurationTypegetResourceType()-
Methods inherited from interface org.jboss.migration.wfly10.config.management.DeploymentOverlayResource.Parent
getDeploymentOverlayResource, getDeploymentOverlayResourceAbsoluteName, getDeploymentOverlayResourceConfiguration, getDeploymentOverlayResourceNames, getDeploymentOverlayResourcePathAddress, getDeploymentOverlayResources, hasDeploymentOverlayResource, removeDeploymentOverlayResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.DeploymentResource.Parent
getDeploymentResource, getDeploymentResourceAbsoluteName, getDeploymentResourceConfiguration, getDeploymentResourceNames, getDeploymentResourcePathAddress, getDeploymentResources, hasDeploymentResource, removeDeploymentResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ExtensionResource.Parent
getExtensionResource, getExtensionResourceAbsoluteName, getExtensionResourceConfiguration, getExtensionResourceNames, getExtensionResourcePathAddress, getExtensionResources, hasExtensionResource, removeExtensionResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.InterfaceResource.Parent
getInterfaceResource, getInterfaceResourceAbsoluteName, getInterfaceResourceConfiguration, getInterfaceResourceNames, getInterfaceResourcePathAddress, getInterfaceResources, hasInterfaceResource, removeInterfaceResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ManageableResource
findResources, findResources, findResources, findResources, getChildResource, getChildResourceAbsoluteName, getChildResourceConfiguration, getChildResourceNames, getChildResourcePathAddress, getChildResources, getChildResources, getChildResources, getChildResourceTypes, getParentResource, getResourceAbsoluteName, getResourceConfiguration, getResourceName, getResourcePathAddress, getServerConfiguration, hasChildResource, isExistentResource, removeChildResource, removeResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ManageableServerConfiguration
executeManagementOperation, getConfigurationPath, getConfigurationType, getModelControllerClient, getServer, isStarted, resolveNamedPath, resolvePath, resolvePath, start, stop
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ManagementInterfaceResource.Parent
getManagementInterfaceResource, getManagementInterfaceResourceAbsoluteName, getManagementInterfaceResourceNames, getManagementInterfaceResourcePathAddress, getManagementInterfaceResources, removeManagementInterfaceResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.PathResource.Parent
getPathResource, getPathResourceAbsoluteName, getPathResourceConfiguration, getPathResourceNames, getPathResourcePathAddress, getPathResources, hasPathResource, removePathResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.SecurityRealmResource.Parent
getSecurityRealmResource, getSecurityRealmResourceAbsoluteName, getSecurityRealmResourceConfiguration, getSecurityRealmResourceNames, getSecurityRealmResourcePathAddress, getSecurityRealmResources, hasSecurityRealmResource, removeSecurityRealmResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.SocketBindingGroupResource.Parent
getSocketBindingGroupResource, getSocketBindingGroupResourceAbsoluteName, getSocketBindingGroupResourceConfiguration, getSocketBindingGroupResourceNames, getSocketBindingGroupResourcePathAddress, getSocketBindingGroupResources, hasSocketBindingGroupResource, removeSocketBindingGroupResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.SubsystemResource.Parent
getSubsystemResource, getSubsystemResourceAbsoluteName, getSubsystemResourceConfiguration, getSubsystemResourceNames, getSubsystemResourcePathAddress, getSubsystemResources, hasSubsystemResource, removeSubsystemResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.SystemPropertyResource.Parent
getSystemPropertyResource, getSystemPropertyResourceAbsoluteName, getSystemPropertyResourceConfiguration, getSystemPropertyResourceNames, getSystemPropertyResourcePathAddress, getSystemPropertyResources, hasSystemPropertyResource, removeSystemPropertyResource
-
-
-
-
Field Detail
-
RESOURCE_TYPE
static final ManageableServerConfigurationType RESOURCE_TYPE
-
-
Method Detail
-
getResourceType
default ManageableServerConfigurationType getResourceType()
- Specified by:
getResourceTypein interfaceManageableResource
-
-