Skip to content

Commit

Permalink
Latest binaries and StartableExtension updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Melato committed Feb 1, 2010
2 parents cd4c333 + 2ac13ba commit a8b8d89
Show file tree
Hide file tree
Showing 35 changed files with 146 additions and 66 deletions.
4 changes: 1 addition & 3 deletions Rhino.Commons.Binsor/Extensions/StartableExtension.cs
Expand Up @@ -26,7 +26,7 @@
// THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endregion


using Castle.Facilities.Startable;
using Castle.MicroKernel.Registration;

namespace Rhino.Commons.Binsor
Expand All @@ -48,8 +48,6 @@ public string StopMethod

void IComponentExtension.Apply(Component component, ComponentRegistration registration)
{
registration.Startable();

if (!string.IsNullOrEmpty(startMethod))
{
registration.StartUsingMethod(startMethod);
Expand Down
72 changes: 70 additions & 2 deletions SharedLibs/Castle/Castle.ActiveRecord.XML
Expand Up @@ -7308,6 +7308,29 @@
Always <c>true</c>, we take sessions from the <see cref="T:Castle.ActiveRecord.IConversation"/>.
</summary>
</member>
<member name="T:Castle.ActiveRecord.ConversationCanceledEventArgs">
<summary>
Event arguments for the Canceled-event.
</summary>
</member>
<member name="M:Castle.ActiveRecord.ConversationCanceledEventArgs.#ctor(System.Boolean,System.Exception)">
<summary>
Creates an instance.
</summary>
<param name="canceledByUser">Whether the conversation was user-canceled.</param>
<param name="exception">The exception causing the conversation to cancel.</param>
</member>
<member name="P:Castle.ActiveRecord.ConversationCanceledEventArgs.CanceledByUser">
<summary>
Was the conversation canceld by a call to
<see cref="M:Castle.ActiveRecord.IConversation.Cancel"/>?
</summary>
</member>
<member name="P:Castle.ActiveRecord.ConversationCanceledEventArgs.Exception">
<summary>
Holds the exception caused the cancellation, if any.
</summary>
</member>
<member name="T:Castle.ActiveRecord.Framework.Scopes.DifferentDatabaseScope">
<summary>
Still very experimental and it's not bullet proof
Expand Down Expand Up @@ -7485,6 +7508,30 @@
</remarks>
</summary>
</member>
<member name="M:Castle.ActiveRecord.IConversation.Execute(System.Action)">
<summary>
Executes a block of code in the context of the
conversation. This allows to use ActiveRecord
without any scopes by doing all persistence calls
within Execute.
If an exception is caught, the conversation is
automatically canceled and the exception handed
down to the calling code.
</summary>
<param name="action">The code to execute</param>
<remarks>
This allows to use the interface directly, for example
if it is served through an IoC-Container.
</remarks>
</member>
<member name="M:Castle.ActiveRecord.IConversation.ExecuteSilently(System.Action)">
<summary>
Executes a block of code. The conversation is canceled
if an exception occurs, but the exception will not be
handed to the calling code.
</summary>
<param name="action">The code to execute</param>
</member>
<member name="P:Castle.ActiveRecord.IConversation.FlushMode">
<summary>
The FlushMode to use. Setting the Flushmode via
Expand All @@ -7495,11 +7542,16 @@
the conversation is actually used.
</summary>
</member>
<member name="P:Castle.ActiveRecord.IConversation.Canceled">
<member name="P:Castle.ActiveRecord.IConversation.IsCanceled">
<summary>
Whether the conversation is canceled
</summary>
</member>
<member name="E:Castle.ActiveRecord.IConversation.Canceled">
<summary>
Fired when the conversation is canceled.
</summary>
</member>
<member name="T:Castle.ActiveRecord.IScopeConversation">
<summary>
Interface for specific conversations using the ActiveRecord
Expand Down Expand Up @@ -7570,13 +7622,29 @@
<member name="M:Castle.ActiveRecord.ScopedConversation.Restart">
<inheritDoc />
</member>
<member name="M:Castle.ActiveRecord.ScopedConversation.Execute(System.Action,System.Boolean)">
<summary>
Executes the action.
</summary>
<param name="action">The action</param>
<param name="silently">Whether to throw on exception</param>
</member>
<member name="M:Castle.ActiveRecord.ScopedConversation.GetSession(NHibernate.ISessionFactory,NHibernate.IInterceptor)">
<inheritDoc />
</member>
<member name="M:Castle.ActiveRecord.ScopedConversation.Execute(System.Action)">
<inheritDoc />
</member>
<member name="M:Castle.ActiveRecord.ScopedConversation.ExecuteSilently(System.Action)">
<inheritDoc />
</member>
<member name="P:Castle.ActiveRecord.ScopedConversation.FlushMode">
<inheritDoc />
</member>
<member name="P:Castle.ActiveRecord.ScopedConversation.Canceled">
<member name="P:Castle.ActiveRecord.ScopedConversation.IsCanceled">
<inheritDoc />
</member>
<member name="E:Castle.ActiveRecord.ScopedConversation.Canceled">
<inheritDoc />
</member>
<member name="T:Castle.ActiveRecord.Framework.Scopes.ScopeMachineryException">
Expand Down
Binary file modified SharedLibs/Castle/Castle.ActiveRecord.dll
Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.ActiveRecord.pdb
Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.Components.Validator.dll
Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.Components.Validator.pdb
Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.Core.dll
Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.Core.pdb
Binary file not shown.
5 changes: 0 additions & 5 deletions SharedLibs/Castle/Castle.Core.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified SharedLibs/Castle/Castle.DynamicProxy2.dll
Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.DynamicProxy2.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.MicroKernel.dll
Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.MicroKernel.pdb
Binary file not shown.
126 changes: 75 additions & 51 deletions SharedLibs/Castle/Castle.MicroKernel.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.Services.Transaction.dll
Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.Services.Transaction.pdb
Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.Windsor.dll
Binary file not shown.
Binary file modified SharedLibs/Castle/Castle.Windsor.pdb
Binary file not shown.
Binary file modified SharedLibs/NHibernate/Castle.Core.dll
Binary file not shown.
Binary file modified SharedLibs/NHibernate/Castle.Core.pdb
Binary file not shown.
5 changes: 0 additions & 5 deletions SharedLibs/NHibernate/Castle.Core.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified SharedLibs/NHibernate/Castle.DynamicProxy2.dll
Binary file not shown.
Binary file modified SharedLibs/NHibernate/Castle.DynamicProxy2.pdb
Binary file not shown.
Binary file modified SharedLibs/NHibernate/Iesi.Collections.dll
Binary file not shown.
Binary file modified SharedLibs/NHibernate/Iesi.Collections.pdb
Binary file not shown.
Binary file modified SharedLibs/NHibernate/NHibernate.ByteCode.Castle.dll
Binary file not shown.
Binary file modified SharedLibs/NHibernate/NHibernate.ByteCode.Castle.pdb
Binary file not shown.
Binary file not shown.
Binary file modified SharedLibs/NHibernate/NHibernate.dll
Binary file not shown.
Binary file modified SharedLibs/NHibernate/NHibernate.pdb
Binary file not shown.
Binary file modified SharedLibs/Rhino-dsl/Rhino.DSL.dll
Binary file not shown.
Binary file modified SharedLibs/Rhino-dsl/Rhino.DSL.pdb
Binary file not shown.

0 comments on commit a8b8d89

Please sign in to comment.