@HashCodeAndEqualsPlugin.Enhance public static class AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Installation extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private AgentBuilder.InstallationListener |
installationListener
The installation listener to apply.
|
private AgentBuilder.Listener |
listener
The listener to apply.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Installation(AgentBuilder.Listener listener,
AgentBuilder.InstallationListener installationListener)
Creates a new installation.
|
| Modifier and Type | Method and Description |
|---|---|
protected AgentBuilder.InstallationListener |
getInstallationListener()
Returns the installation listener to apply.
|
protected AgentBuilder.Listener |
getListener()
Returns the listener to apply.
|
private final AgentBuilder.Listener listener
private final AgentBuilder.InstallationListener installationListener
protected Installation(AgentBuilder.Listener listener, AgentBuilder.InstallationListener installationListener)
listener - The listener to apply.installationListener - The installation listener to apply.protected AgentBuilder.Listener getListener()
protected AgentBuilder.InstallationListener getInstallationListener()