|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosTradingRepos.ServiceTypeRepositoryPOA
org.openorb.trader.repository.Repository
public class Repository
This class provides the ServiceType repository implementation.
Constructor Summary | |
---|---|
Repository(org.omg.CORBA.Repository ir,
java.lang.String connector_prefix,
org.omg.CORBA.ORB orb)
|
Method Summary | |
---|---|
IncarnationNumber |
add_type(java.lang.String name,
java.lang.String if_name,
PropStruct[] props,
java.lang.String[] super_types)
Adds a service type description |
TypeStruct |
describe_type(java.lang.String name)
Describes a service type |
void |
enableLogging(org.apache.avalon.framework.logger.Logger logger)
|
TypeStruct |
fully_describe_type(java.lang.String name)
Fully describes a service type ( includes inherited properties and all inheritances - direct and indirect - ) |
org.apache.avalon.framework.logger.Logger |
getLogger()
|
IncarnationNumber |
incarnation()
Return the incarnation number |
java.lang.String[] |
list_types(SpecifiedServiceTypes which_types)
Lists all available types |
void |
mask_type(java.lang.String name)
This operation masks a type |
void |
remove_type(java.lang.String name)
Removes a service type description |
void |
unmask_type(java.lang.String name)
This operation unmarsk a type |
Methods inherited from class org.omg.CosTradingRepos.ServiceTypeRepositoryPOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Repository(org.omg.CORBA.Repository ir, java.lang.String connector_prefix, org.omg.CORBA.ORB orb)
Method Detail |
---|
public void enableLogging(org.apache.avalon.framework.logger.Logger logger)
enableLogging
in interface org.apache.avalon.framework.logger.LogEnabled
public org.apache.avalon.framework.logger.Logger getLogger()
public IncarnationNumber incarnation()
incarnation
in interface ServiceTypeRepositoryOperations
public IncarnationNumber add_type(java.lang.String name, java.lang.String if_name, PropStruct[] props, java.lang.String[] super_types) throws IllegalServiceType, ServiceTypeExists, InterfaceTypeMismatch, IllegalPropertyName, DuplicatePropertyName, ValueTypeRedefinition, UnknownServiceType, DuplicateServiceTypeName
add_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
ServiceTypeExists
InterfaceTypeMismatch
IllegalPropertyName
DuplicatePropertyName
ValueTypeRedefinition
UnknownServiceType
DuplicateServiceTypeName
public void remove_type(java.lang.String name) throws IllegalServiceType, UnknownServiceType, HasSubTypes
remove_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
UnknownServiceType
HasSubTypes
public java.lang.String[] list_types(SpecifiedServiceTypes which_types)
list_types
in interface ServiceTypeRepositoryOperations
public TypeStruct describe_type(java.lang.String name) throws IllegalServiceType, UnknownServiceType
describe_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
UnknownServiceType
public TypeStruct fully_describe_type(java.lang.String name) throws IllegalServiceType, UnknownServiceType
fully_describe_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
UnknownServiceType
public void mask_type(java.lang.String name) throws IllegalServiceType, UnknownServiceType, AlreadyMasked
mask_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
UnknownServiceType
AlreadyMasked
public void unmask_type(java.lang.String name) throws IllegalServiceType, UnknownServiceType, NotMasked
unmask_type
in interface ServiceTypeRepositoryOperations
IllegalServiceType
UnknownServiceType
NotMasked
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |