org.ow2.jonas.webapp.jonasadmin.cmi
Class Provider

java.lang.Object
  extended by org.ow2.jonas.webapp.jonasadmin.cmi.Provider
All Implemented Interfaces:
Serializable

public class Provider
extends Object
implements Serializable

Author:
eyindanga
See Also:
Serialized Form

Constructor Summary
Provider()
           
 
Method Summary
 boolean getIsBlackListed()
           
 Set<String> getListNames()
          Gets the names of the objects contained in the registry.
 String getName()
           
 String getUrl()
          Gets Provider url.
 void setIsBlackListed(boolean isBlacklisted)
           
 void setListNames(Set<String> listNames)
          Sets the names of the objects contained in the registry.
 void setName(String name)
           
 void setUrl(String url)
          Sets the provider url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Provider

public Provider()
Method Detail

getUrl

public String getUrl()
Gets Provider url.

Returns:

setUrl

public void setUrl(String url)
Sets the provider url.


getListNames

public Set<String> getListNames()
Gets the names of the objects contained in the registry.


setListNames

public void setListNames(Set<String> listNames)
Sets the names of the objects contained in the registry.


getName

public String getName()

setName

public void setName(String name)

getIsBlackListed

public boolean getIsBlackListed()

setIsBlackListed

public void setIsBlackListed(boolean isBlacklisted)


Copyright © 2010 OW2 Consortium. All Rights Reserved.