org.jboss.messaging.core.plugin.contract
Interface ServerPlugin

All Known Subinterfaces:
ChannelMapper, MessageStore, PersistenceManager
All Known Implementing Classes:
JDBCChannelMapper, JDBCPersistenceManager, SimpleMessageStore

public interface ServerPlugin

Version:
$Revision: 606 $ $Id: ServerPlugin.java 606 2006-01-18 03:44:17Z ovidiu $
Author:
Ovidiu Feodorov

Method Summary
 java.lang.Object getInstance()
          A server plugin will be always accessed via a hard reference, so it is essential that each implementation exposes this method.
 

Method Detail

getInstance

public java.lang.Object getInstance()
A server plugin will be always accessed via a hard reference, so it is essential that each implementation exposes this method.



Copyright © 2006 JBoss Inc. All Rights Reserved.