| Constructor and Description |
|---|
RemoteConfigurationBuilder(ClassLoader classLoader,
RemoteModel remoteModel)
Creates a new RemoteConfigurationBuilder.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteJmsModel
A RemoteJmsModel.
|
interface |
RemoteRestModel
A RemoteRestModel.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteModel |
ManifestModel.getRemote()
Gets the child remote model.
|
RemoteModel |
RemoteModel.setDeploymentId(String deploymentId)
Sets the deploymentId attribute.
|
RemoteModel |
RemoteModel.setExtraJaxbClasses(ExtraJaxbClassesModel extraJaxbClasses)
Sets the child extraJaxbClasses model.
|
RemoteModel |
RemoteJmsModel.setMessagingPort(Integer messagingPort)
Sets the messagingPort attribute.
|
RemoteModel |
RemoteModel.setPassword(String password)
Sets the password attribute.
|
RemoteModel |
RemoteJmsModel.setRemotingPort(Integer remotingPort)
Sets the remotingPort attribute.
|
RemoteModel |
RemoteModel.setTimeout(Integer timeout)
Sets the timeout attribute.
|
RemoteModel |
RemoteModel.setUserName(String userName)
Sets the userName attribute.
|
| Modifier and Type | Method and Description |
|---|---|
ManifestModel |
ManifestModel.setRemote(RemoteModel remote)
Sets the child remote model.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteModel |
V1ManifestModel.getRemote()
Gets the child remote model.
|
| Modifier and Type | Method and Description |
|---|---|
ManifestModel |
V1ManifestModel.setRemote(RemoteModel remote)
Sets the child remote model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
V2RemoteJmsModel
The 2nd version RemoteJmsModel.
|
class |
V2RemoteModel
The 2nd version RemoteModel.
|
class |
V2RemoteRestModel
The 2nd version RemoteRestModel.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteModel |
V2ManifestModel.getRemote()
Gets the child remote model.
|
RemoteModel |
V2RemoteModel.setDeploymentId(String deploymentId)
Sets the deploymentId attribute.
|
RemoteModel |
V2RemoteModel.setExtraJaxbClasses(ExtraJaxbClassesModel extraJaxbClasses)
Sets the child extraJaxbClasses model.
|
RemoteModel |
V2RemoteJmsModel.setMessagingPort(Integer messagingPort)
Sets the messagingPort attribute.
|
RemoteModel |
V2RemoteModel.setPassword(String password)
Sets the password attribute.
|
RemoteModel |
V2RemoteJmsModel.setRemotingPort(Integer remotingPort)
Sets the remotingPort attribute.
|
RemoteModel |
V2RemoteModel.setTimeout(Integer timeout)
Sets the timeout attribute.
|
RemoteModel |
V2RemoteModel.setUserName(String userName)
Sets the userName attribute.
|
| Modifier and Type | Method and Description |
|---|---|
ManifestModel |
V2ManifestModel.setRemote(RemoteModel remote)
Sets the child remote model.
|
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.