org.omg.CosTradingRepos
Class ServiceTypeRepositoryPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosTradingRepos.ServiceTypeRepositoryPOA
          extended byorg.omg.CosTradingRepos.ServiceTypeRepositoryPOATie
All Implemented Interfaces:
InvokeHandler, ServiceTypeRepositoryOperations

public class ServiceTypeRepositoryPOATie
extends ServiceTypeRepositoryPOA

Generated from IDL interface "ServiceTypeRepository"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-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
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceTypeRepositoryPOATie

public ServiceTypeRepositoryPOATie(ServiceTypeRepositoryOperations delegate)

ServiceTypeRepositoryPOATie

public ServiceTypeRepositoryPOATie(ServiceTypeRepositoryOperations delegate,
                                   POA poa)
Method Detail

_this

public ServiceTypeRepository _this()
Overrides:
_this in class ServiceTypeRepositoryPOA

_this

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

_delegate

public ServiceTypeRepositoryOperations _delegate()

_delegate

public void _delegate(ServiceTypeRepositoryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

mask_type

public void mask_type(java.lang.String name)
               throws UnknownServiceType,
                      IllegalServiceType,
                      AlreadyMasked
Throws:
UnknownServiceType
IllegalServiceType
AlreadyMasked

unmask_type

public void unmask_type(java.lang.String name)
                 throws UnknownServiceType,
                        NotMasked,
                        IllegalServiceType
Throws:
UnknownServiceType
NotMasked
IllegalServiceType

describe_type

public TypeStruct describe_type(java.lang.String name)
                         throws UnknownServiceType,
                                IllegalServiceType
Throws:
UnknownServiceType
IllegalServiceType

list_types

public java.lang.String[] list_types(SpecifiedServiceTypes which_types)

remove_type

public void remove_type(java.lang.String name)
                 throws UnknownServiceType,
                        IllegalServiceType,
                        HasSubTypes
Throws:
UnknownServiceType
IllegalServiceType
HasSubTypes

incarnation

public IncarnationNumber incarnation()

fully_describe_type

public TypeStruct fully_describe_type(java.lang.String name)
                               throws UnknownServiceType,
                                      IllegalServiceType
Throws:
UnknownServiceType
IllegalServiceType

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,
                                  DuplicatePropertyName,
                                  IllegalPropertyName,
                                  IllegalServiceType,
                                  ServiceTypeExists,
                                  InterfaceTypeMismatch
Throws:
DuplicateServiceTypeName
UnknownServiceType
ValueTypeRedefinition
DuplicatePropertyName
IllegalPropertyName
IllegalServiceType
ServiceTypeExists
InterfaceTypeMismatch