@NotThreadSafe public abstract static class Proxied.Abstract extends Object implements Proxied
Proxied.Abstract
Constructor and Description |
---|
Abstract() |
Modifier and Type | Method and Description |
---|---|
Metadata |
getMetadata()
Gets the metadata.
|
String |
getName()
Gets the proxy entity Name.
|
Params |
getParams()
Gets the proxy entity Params.
|
ProxyEntity |
getProxyEntity()
Gets the proxy entity.
|
protected Logger |
getThisLogger()
Gets the logger.
|
boolean |
setUp(Metadata metadata,
ProxyEntity proxyEntity)
Sets up the instance for action.
|
void |
tearDown()
Tears down what has been set up.
|
@Nonnull @CheckReturnValue public final Metadata getMetadata()
public final String getName()
public final Params getParams()
public final ProxyEntity getProxyEntity()
getProxyEntity
in interface Proxied
public boolean setUp(Metadata metadata, ProxyEntity proxyEntity)
public void tearDown()
@Nonnull @CheckReturnValue protected Logger getThisLogger()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.