FileDocCategorySizeDatePackage
IIOPServiceConfigImpl.javaAPI DocGlassfish v2 API3450Fri May 04 22:23:18 BST 2007com.sun.enterprise.management.config

IIOPServiceConfigImpl

public final class IIOPServiceConfigImpl extends com.sun.enterprise.management.config.AMXConfigImplBase implements ConfigFactoryCallback
Configuration for the <iiop-service> element.

Fields Summary
private static final Set
NOT_SUPERFLUOUS
Constructors Summary
public IIOPServiceConfigImpl(com.sun.enterprise.management.support.Delegate delegate)

		super( delegate );
	
Methods Summary
public javax.management.ObjectNamegetIIOPSSLClientConfigObjectName()
Special-case: name is not derivable from XTypes.SSL_CONFIG

		return( getContaineeObjectName( XTypes.SSL_CONFIG ) );
	
protected final java.util.SetgetNotSuperfluousMethods()

            
            
	      
	
	
	    return GSetUtil.newSet( super.getNotSuperfluousMethods(), NOT_SUPERFLUOUS );