com.sun.enterprise.config.serverbeans
Interface IiopService

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

public interface IiopService
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 String getClientAuthenticationRequired()
          Gets the value of the clientAuthenticationRequired property.
 List<IiopListener> getIiopListener()
          Gets the value of the iiopListener property.
 Orb getOrb()
          Gets the value of the orb property.
 SslClientConfig getSslClientConfig()
          Gets the value of the sslClientConfig property.
 void setClientAuthenticationRequired(String value)
          Sets the value of the clientAuthenticationRequired property.
 void setOrb(Orb value)
          Sets the value of the orb property.
 void setSslClientConfig(SslClientConfig value)
          Sets the value of the sslClientConfig property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

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 is String
Throws:
PropertyVetoException

getOrb

Orb getOrb()
Gets the value of the orb property.

Returns:
possible object is Orb

setOrb

void setOrb(Orb value)
            throws PropertyVetoException
Sets the value of the orb property.

Parameters:
value - allowed object is Orb
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 is SslClientConfig
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 a set method 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 list IiopListener



Copyright © 2012 GlassFish Community. All Rights Reserved.