org.safehaus.penrose.connector
Interface AdapterConfigMBean
- All Known Implementing Classes:
- AdapterConfig
- public interface AdapterConfigMBean
- Author:
- Endi S. Dewata
getAdapterClass
public java.lang.String getAdapterClass()
throws java.lang.Exception
- Throws:
java.lang.Exception
setAdapterClass
public void setAdapterClass(java.lang.String adapterClass)
throws java.lang.Exception
- Throws:
java.lang.Exception
getName
public java.lang.String getName()
throws java.lang.Exception
- Throws:
java.lang.Exception
setName
public void setName(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDescription
public java.lang.String getDescription()
throws java.lang.Exception
- Throws:
java.lang.Exception
setDescription
public void setDescription(java.lang.String description)
throws java.lang.Exception
- Throws:
java.lang.Exception
setParameter
public void setParameter(java.lang.String name,
java.lang.String value)
throws java.lang.Exception
- Throws:
java.lang.Exception
removeParameter
public void removeParameter(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
getParameters
public java.util.Map getParameters()
throws java.lang.Exception
- Throws:
java.lang.Exception
getParameter
public java.lang.String getParameter(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception