org.jboss.ha.singleton
Interface HASingletonProfileManagerMBean

All Known Implementing Classes:
HASingletonProfileManager

public interface HASingletonProfileManagerMBean

StandardMBean interface for HASingletonProfileManager.

Version:
$Revision: 85945 $
Author:
Brian Stansberry

Method Summary
 List<URI> getURIList()
          Get the uri list
 void setURIList(List<URI> list)
          Set the uri list
 

Method Detail

setURIList

void setURIList(List<URI> list)
                throws IOException
Set the uri list

Parameters:
list - the list
Throws:
IOException

getURIList

List<URI> getURIList()
Get the uri list

Returns:
the list


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.