org.ow2.jonas.ear
Interface EarService

All Superinterfaces:
Service
All Known Implementing Classes:
JOnASEARService

public interface EarService
extends Service

JOnAS EAR Service interface. This interface provides a description of an EAR service.

Author:
Ludovic Bert, Florent Benoit

Method Summary
 boolean isEarDeployedByWorkName(String workName)
          Test if the specified name is already deployed or not.
 
Methods inherited from interface org.ow2.jonas.service.Service
getName, init, isStarted, setName, start, stop
 

Method Detail

isEarDeployedByWorkName

boolean isEarDeployedByWorkName(String workName)
Test if the specified name is already deployed or not.

Parameters:
workName - the name of the ear file.
Returns:
true if the ear is deployed, else false.


Copyright © 2010 OW2 Consortium. All Rights Reserved.