org.omg.CosTradingRepos

Class ServiceTypeRepositoryPOATie

Implemented Interfaces:
InvokeHandler, ServiceTypeRepositoryOperations

public class ServiceTypeRepositoryPOATie
extends ServiceTypeRepositoryPOA

Generated from IDL interface "ServiceTypeRepository"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Constructor Summary

ServiceTypeRepositoryPOATie(ServiceTypeRepositoryOperations delegate)
ServiceTypeRepositoryPOATie(ServiceTypeRepositoryOperations delegate, POA poa)

Method Summary

POA
_default_POA()
ServiceTypeRepositoryOperations
_delegate()
void
_delegate(ServiceTypeRepositoryOperations delegate)
ServiceTypeRepository
_this()
ServiceTypeRepository
_this(ORB orb)
IncarnationNumber
add_type(java.lang.String name, java.lang.String if_name, PropStruct props, java.lang.String[] super_types)
TypeStruct
describe_type(java.lang.String name)
TypeStruct
fully_describe_type(java.lang.String name)
IncarnationNumber
incarnation()
java.lang.String[]
list_types(SpecifiedServiceTypes which_types)
void
mask_type(java.lang.String name)
void
remove_type(java.lang.String name)
void
unmask_type(java.lang.String name)

Methods inherited from class org.omg.CosTradingRepos.ServiceTypeRepositoryPOA

_all_interfaces, _invoke, _this, _this

Methods inherited from class org.omg.PortableServer.Servant

_all_interfaces, _default_POA, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object

Constructor Details

ServiceTypeRepositoryPOATie

public ServiceTypeRepositoryPOATie(ServiceTypeRepositoryOperations delegate)


ServiceTypeRepositoryPOATie

public ServiceTypeRepositoryPOATie(ServiceTypeRepositoryOperations delegate,
                                   POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public ServiceTypeRepositoryOperations _delegate()


_delegate

public void _delegate(ServiceTypeRepositoryOperations delegate)


_this

public ServiceTypeRepository _this()
Overrides:
_this in interface ServiceTypeRepositoryPOA


_this

public ServiceTypeRepository _this(ORB orb)
Overrides:
_this in interface ServiceTypeRepositoryPOA


add_type

public IncarnationNumber add_type(java.lang.String name,
                                  java.lang.String if_name,
                                  PropStruct props,
                                  java.lang.String[] super_types)
            throws DuplicateServiceTypeName,
                   UnknownServiceType,
                   ValueTypeRedefinition,
                   ServiceTypeExists,
                   DuplicatePropertyName,
                   IllegalPropertyName,
                   IllegalServiceType,
                   InterfaceTypeMismatch
Specified by:
add_type in interface ServiceTypeRepositoryOperations


describe_type

public TypeStruct describe_type(java.lang.String name)
            throws UnknownServiceType,
                   IllegalServiceType
Specified by:
describe_type in interface ServiceTypeRepositoryOperations


fully_describe_type

public TypeStruct fully_describe_type(java.lang.String name)
            throws UnknownServiceType,
                   IllegalServiceType
Specified by:
fully_describe_type in interface ServiceTypeRepositoryOperations


incarnation

public IncarnationNumber incarnation()
Specified by:
incarnation in interface ServiceTypeRepositoryOperations


list_types

public java.lang.String[] list_types(SpecifiedServiceTypes which_types)
Specified by:
list_types in interface ServiceTypeRepositoryOperations


mask_type

public void mask_type(java.lang.String name)
            throws UnknownServiceType,
                   IllegalServiceType,
                   AlreadyMasked
Specified by:
mask_type in interface ServiceTypeRepositoryOperations


remove_type

public void remove_type(java.lang.String name)
            throws HasSubTypes,
                   UnknownServiceType,
                   IllegalServiceType
Specified by:
remove_type in interface ServiceTypeRepositoryOperations


unmask_type

public void unmask_type(java.lang.String name)
            throws UnknownServiceType,
                   NotMasked,
                   IllegalServiceType
Specified by:
unmask_type in interface ServiceTypeRepositoryOperations