org.jboss.portal.wsrp.services
Interface ManageableServiceFactory

All Superinterfaces:
org.jboss.system.Service, ServiceFactory
All Known Implementing Classes:
AbstractJNDIServiceFactory, AbstractSOAPServiceFactory, CachingServiceFactory, PerEndpointSOAPInvokerServiceFactory, RemoteSOAPInvokerServiceFactory

public interface ManageableServiceFactory
extends ServiceFactory

Version:
$Revision$
Author:
Chris Laprun

Method Summary
 void setAvailable(boolean available)
           
 void setFailed(boolean failed)
           
 
Methods inherited from interface org.jboss.portal.wsrp.services.ServiceFactory
getMarkupURL, getPortletManagementURL, getRegistrationURL, getService, getServiceDescriptionURL, isAvailable, isFailed, setMarkupURL, setPortletManagementURL, setRegistrationURL, setServiceDescriptionURL
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

setFailed

void setFailed(boolean failed)

setAvailable

void setAvailable(boolean available)