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

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

public interface ServerPlugin

Version:
$Revision: 1.1 $ $Id: ServerPlugin.java,v 1.1 2006/01/18 03:44:14 ovidiu Exp $
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.