Liking cljdoc? Tell your friends :D

puppetlabs.services.jruby-pool-manager.impl.jruby-events


create-borrowed-eventclj

(create-borrowed-event requested-event instance worker-id)

Inputs: [requested-event :- jruby-schemas/JRubyRequestedEvent instance :- jruby-schemas/JRubyBorrowResult worker-id :- jruby-schemas/JRubyWorkerId] Returns: jruby-schemas/JRubyBorrowedEvent

Inputs: [requested-event :- jruby-schemas/JRubyRequestedEvent instance :- jruby-schemas/JRubyBorrowResult worker-id :- jruby-schemas/JRubyWorkerId]
Returns: jruby-schemas/JRubyBorrowedEvent
sourceraw docstring

create-lock-acquired-eventclj

(create-lock-acquired-event reason)

Inputs: [reason :- jruby-schemas/JRubyEventReason] Returns: jruby-schemas/JRubyLockAcquiredEvent

Inputs: [reason :- jruby-schemas/JRubyEventReason]
Returns: jruby-schemas/JRubyLockAcquiredEvent
sourceraw docstring

create-lock-released-eventclj

(create-lock-released-event reason)

Inputs: [reason :- jruby-schemas/JRubyEventReason] Returns: jruby-schemas/JRubyLockReleasedEvent

Inputs: [reason :- jruby-schemas/JRubyEventReason]
Returns: jruby-schemas/JRubyLockReleasedEvent
sourceraw docstring

create-lock-requested-eventclj

(create-lock-requested-event reason)

Inputs: [reason :- jruby-schemas/JRubyEventReason] Returns: jruby-schemas/JRubyLockRequestedEvent

Inputs: [reason :- jruby-schemas/JRubyEventReason]
Returns: jruby-schemas/JRubyLockRequestedEvent
sourceraw docstring

create-requested-eventclj

(create-requested-event reason)

Inputs: [reason :- jruby-schemas/JRubyEventReason] Returns: jruby-schemas/JRubyRequestedEvent

Inputs: [reason :- jruby-schemas/JRubyEventReason]
Returns: jruby-schemas/JRubyRequestedEvent
sourceraw docstring

create-returned-eventclj

(create-returned-event instance reason worker-id)

Inputs: [instance :- jruby-schemas/JRubyInstanceOrPill reason :- jruby-schemas/JRubyEventReason worker-id :- jruby-schemas/JRubyWorkerId] Returns: jruby-schemas/JRubyReturnedEvent

Inputs: [instance :- jruby-schemas/JRubyInstanceOrPill reason :- jruby-schemas/JRubyEventReason worker-id :- jruby-schemas/JRubyWorkerId]
Returns: jruby-schemas/JRubyReturnedEvent
sourceraw docstring

instance-borrowedclj

(instance-borrowed event-callbacks requested-event instance worker-id)

Inputs: [event-callbacks :- [IFn] requested-event :- jruby-schemas/JRubyRequestedEvent instance :- jruby-schemas/JRubyBorrowResult worker-id :- jruby-schemas/JRubyWorkerId] Returns: jruby-schemas/JRubyBorrowedEvent

Inputs: [event-callbacks :- [IFn] requested-event :- jruby-schemas/JRubyRequestedEvent instance :- jruby-schemas/JRubyBorrowResult worker-id :- jruby-schemas/JRubyWorkerId]
Returns: jruby-schemas/JRubyBorrowedEvent
sourceraw docstring

instance-requestedclj

(instance-requested event-callbacks reason)

Inputs: [event-callbacks :- [IFn] reason :- jruby-schemas/JRubyEventReason] Returns: jruby-schemas/JRubyRequestedEvent

Inputs: [event-callbacks :- [IFn] reason :- jruby-schemas/JRubyEventReason]
Returns: jruby-schemas/JRubyRequestedEvent
sourceraw docstring

instance-returnedclj

(instance-returned event-callbacks instance reason worker-id)

Inputs: [event-callbacks :- [IFn] instance :- jruby-schemas/JRubyInstanceOrPill reason :- jruby-schemas/JRubyEventReason worker-id :- jruby-schemas/JRubyWorkerId] Returns: jruby-schemas/JRubyReturnedEvent

Inputs: [event-callbacks :- [IFn] instance :- jruby-schemas/JRubyInstanceOrPill reason :- jruby-schemas/JRubyEventReason worker-id :- jruby-schemas/JRubyWorkerId]
Returns: jruby-schemas/JRubyReturnedEvent
sourceraw docstring

lock-acquiredclj

(lock-acquired event-callbacks reason)

Inputs: [event-callbacks :- [IFn] reason :- jruby-schemas/JRubyEventReason] Returns: jruby-schemas/JRubyLockAcquiredEvent

Inputs: [event-callbacks :- [IFn] reason :- jruby-schemas/JRubyEventReason]
Returns: jruby-schemas/JRubyLockAcquiredEvent
sourceraw docstring

lock-releasedclj

(lock-released event-callbacks reason)

Inputs: [event-callbacks :- [IFn] reason :- jruby-schemas/JRubyEventReason] Returns: jruby-schemas/JRubyLockReleasedEvent

Inputs: [event-callbacks :- [IFn] reason :- jruby-schemas/JRubyEventReason]
Returns: jruby-schemas/JRubyLockReleasedEvent
sourceraw docstring

lock-requestedclj

(lock-requested event-callbacks reason)

Inputs: [event-callbacks :- [IFn] reason :- jruby-schemas/JRubyEventReason] Returns: jruby-schemas/JRubyLockRequestedEvent

Inputs: [event-callbacks :- [IFn] reason :- jruby-schemas/JRubyEventReason]
Returns: jruby-schemas/JRubyLockRequestedEvent
sourceraw docstring

notify-event-listenersclj

(notify-event-listeners event-callbacks event)

Inputs: [event-callbacks :- [IFn] event :- jruby-schemas/JRubyEvent] Returns: jruby-schemas/JRubyEvent

Inputs: [event-callbacks :- [IFn] event :- jruby-schemas/JRubyEvent]
Returns: jruby-schemas/JRubyEvent
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close