Package org.glassfish.orb.admin.config
Interface IiopService
-
- All Superinterfaces:
ConfigBeanProxy,ConfigExtension,Container
public interface IiopService extends ConfigBeanProxy, ConfigExtension
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClientAuthenticationRequired()Gets the value of the clientAuthenticationRequired property.List<IiopListener>getIiopListener()Gets the value of the iiopListener property.OrbgetOrb()Gets the value of the orb property.SslClientConfiggetSslClientConfig()Gets the value of the sslClientConfig property.voidsetClientAuthenticationRequired(String value)Sets the value of the clientAuthenticationRequired property.voidsetOrb(Orb value)Sets the value of the orb property.voidsetSslClientConfig(SslClientConfig value)Sets the value of the sslClientConfig property.-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
getClientAuthenticationRequired
String getClientAuthenticationRequired()
Gets the value of the clientAuthenticationRequired property.- Returns:
- possible object is
String
-
setClientAuthenticationRequired
void setClientAuthenticationRequired(String value) throws PropertyVetoException
Sets the value of the clientAuthenticationRequired property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
setOrb
void setOrb(Orb value) throws PropertyVetoException
Sets the value of the orb property.- Parameters:
value- allowed object isOrb- Throws:
PropertyVetoException
-
getSslClientConfig
SslClientConfig getSslClientConfig()
Gets the value of the sslClientConfig property.- Returns:
- possible object is
SslClientConfig
-
setSslClientConfig
void setSslClientConfig(SslClientConfig value) throws PropertyVetoException
Sets the value of the sslClientConfig property.- Parameters:
value- allowed object isSslClientConfig- Throws:
PropertyVetoException
-
getIiopListener
List<IiopListener> getIiopListener()
Gets the value of the iiopListener property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the iiopListener property. For example, to add a new item, do as follows:getIiopListener().add(newItem);Objects of the following type(s) are allowed in the listIiopListener
-
-