Class: TorqueBox::Messaging::MessageProcessorHost
- Inherits:
-
Object
- Object
- TorqueBox::Messaging::MessageProcessorHost
- Defined in:
- lib/torquebox/messaging/message_processor_host.rb
Instance Method Summary collapse
- #fundamental_deployment_paths ⇒ Object
-
#initialize(&block) ⇒ MessageProcessorHost
constructor
A new instance of MessageProcessorHost.
Constructor Details
#initialize(&block) ⇒ MessageProcessorHost
Returns a new instance of MessageProcessorHost.
24 25 26 |
# File 'lib/torquebox/messaging/message_processor_host.rb', line 24 def initialize(&block) instance_eval( &block ) if block end |
Instance Method Details
#fundamental_deployment_paths ⇒ Object
28 29 30 |
# File 'lib/torquebox/messaging/message_processor_host.rb', line 28 def fundamental_deployment_paths() [ File.join( File.dirname(__FILE__), 'message-processor-host-jboss-beans.xml' ) ] end |