/[Apache-SVN]
ViewVC logotype

Revision 383295


Jump to revision: Previous Next
Author: chirino
Date: Sun Mar 5 08:28:53 2006 UTC (18 years, 7 months ago)
Changed paths: 195 (showing only 100; show all)
Log Message:
Some more refactors:
 Moving the jms type interfaces to the JMS namespace, hopefully this will be come a standardized set of interfaces
 for dotnet in the furture.



Changed paths

Path Details
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/BrokerException.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQBytesMessage.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQDestination.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQMapMessage.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQMessage.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQObjectMessage.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQQueue.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQStreamMessage.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQTempDestination.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQTempQueue.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQTempTopic.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQTextMessage.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ActiveMQTopic.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/BaseCommand.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/BrokerId.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/BrokerInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ConnectionError.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ConnectionId.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ConnectionInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ConsumerId.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ConsumerInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ControlCommand.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/DataArrayResponse.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/DataResponse.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/DestinationInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/DiscoveryEvent.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ExceptionResponse.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/FlushCommand.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/IntegerResponse.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/JournalQueueAck.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/JournalTopicAck.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/JournalTrace.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/JournalTransaction.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/KeepAliveInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/LocalTransactionId.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/Message.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/MessageAck.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/MessageDispatch.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/MessageDispatchNotification.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/MessageId.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ProducerId.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ProducerInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/RemoveInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/RemoveSubscriptionInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/Response.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/SessionId.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/SessionInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/ShutdownInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/SubscriptionInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/TransactionId.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/TransactionInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/WireFormatInfo.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Commands/XATransactionId.cs added
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/Connection.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/ConnectionClosedException.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/ConnectionFactory.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/ConsumerClosedException.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/DestinationFilter.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/IBytesMessage.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/IConnection.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/IConnectionFactory.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/IDestination.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/IMapMessage.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/IMessage.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/IMessageConsumer.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/IMessageProducer.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/IPrimitiveMap.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/IQueue.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/ISession.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/IStartable.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/ITemporaryQueue.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/ITemporaryTopic.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/ITextMessage.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/ITopic.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/MessageConsumer.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/MessageProducer.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/AbstractCommand.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/BaseDataStreamMarshaller.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/BooleanStream.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/DataStructureSupport.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Dispatcher.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/FutureResponse.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/ITransport.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/MessagePropertyHelper.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/OpenWireFormat.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/PrimitiveMap.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/SocketTransport.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/TransactionContext.cs deleted
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/V1/ActiveMQBytesMessageMarshaller.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/V1/ActiveMQDestinationMarshaller.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/V1/ActiveMQMapMessageMarshaller.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/V1/ActiveMQMessageMarshaller.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/V1/ActiveMQObjectMessageMarshaller.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/V1/ActiveMQQueueMarshaller.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/V1/ActiveMQStreamMessageMarshaller.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/V1/ActiveMQTempDestinationMarshaller.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/V1/ActiveMQTempQueueMarshaller.cs modified , text changed
Directoryincubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/V1/ActiveMQTempTopicMarshaller.cs modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26