Uses of Class
org.omg.CSIIOP.ServiceConfiguration
Packages that use ServiceConfiguration
-
Uses of ServiceConfiguration in org.omg.CSIIOP
Fields in org.omg.CSIIOP declared as ServiceConfigurationModifier and TypeFieldDescriptionSAS_ContextSec.privilege_authoritiesServiceConfigurationHolder.valueServiceConfigurationListHolder.valueMethods in org.omg.CSIIOP that return ServiceConfigurationModifier and TypeMethodDescriptionstatic ServiceConfigurationstatic ServiceConfiguration[]static ServiceConfigurationServiceConfigurationHelper.read(InputStream istream) static ServiceConfiguration[]ServiceConfigurationListHelper.read(InputStream istream) Methods in org.omg.CSIIOP with parameters of type ServiceConfigurationModifier and TypeMethodDescriptionstatic voidServiceConfigurationHelper.insert(Any a, ServiceConfiguration that) static voidServiceConfigurationListHelper.insert(Any a, ServiceConfiguration[] that) static voidServiceConfigurationHelper.write(OutputStream ostream, ServiceConfiguration value) static voidServiceConfigurationListHelper.write(OutputStream ostream, ServiceConfiguration[] value) Constructors in org.omg.CSIIOP with parameters of type ServiceConfigurationModifierConstructorDescriptionSAS_ContextSec(short _target_supports, short _target_requires, ServiceConfiguration[] _privilege_authorities, byte[][] _supported_naming_mechanisms, int _supported_identity_types) ServiceConfigurationHolder(ServiceConfiguration initialValue) ServiceConfigurationListHolder(ServiceConfiguration[] initialValue)