public interface LifecycleFluent<A extends LifecycleFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
LifecycleFluent.PostStartNested<N> |
static interface |
LifecycleFluent.PreStopNested<N> |
Modifier and Type | Method and Description |
---|---|
Handler |
buildPostStart() |
Handler |
buildPreStop() |
LifecycleFluent.PostStartNested<A> |
editOrNewPostStart() |
LifecycleFluent.PostStartNested<A> |
editOrNewPostStartLike(Handler item) |
LifecycleFluent.PreStopNested<A> |
editOrNewPreStop() |
LifecycleFluent.PreStopNested<A> |
editOrNewPreStopLike(Handler item) |
LifecycleFluent.PostStartNested<A> |
editPostStart() |
LifecycleFluent.PreStopNested<A> |
editPreStop() |
Handler |
getPostStart()
Deprecated.
|
Handler |
getPreStop()
Deprecated.
|
Boolean |
hasPostStart() |
Boolean |
hasPreStop() |
LifecycleFluent.PostStartNested<A> |
withNewPostStart() |
LifecycleFluent.PostStartNested<A> |
withNewPostStartLike(Handler item) |
LifecycleFluent.PreStopNested<A> |
withNewPreStop() |
LifecycleFluent.PreStopNested<A> |
withNewPreStopLike(Handler item) |
A |
withPostStart(Handler postStart) |
A |
withPreStop(Handler preStop) |
@Deprecated Handler getPostStart()
Handler buildPostStart()
Boolean hasPostStart()
LifecycleFluent.PostStartNested<A> withNewPostStart()
LifecycleFluent.PostStartNested<A> withNewPostStartLike(Handler item)
LifecycleFluent.PostStartNested<A> editPostStart()
LifecycleFluent.PostStartNested<A> editOrNewPostStart()
LifecycleFluent.PostStartNested<A> editOrNewPostStartLike(Handler item)
@Deprecated Handler getPreStop()
Handler buildPreStop()
Boolean hasPreStop()
LifecycleFluent.PreStopNested<A> withNewPreStop()
LifecycleFluent.PreStopNested<A> withNewPreStopLike(Handler item)
LifecycleFluent.PreStopNested<A> editPreStop()
LifecycleFluent.PreStopNested<A> editOrNewPreStop()
LifecycleFluent.PreStopNested<A> editOrNewPreStopLike(Handler item)
Copyright © 2011–2017 Red Hat. All rights reserved.