WebSphere:*,type=UddiNode
MBean UddiNode
Management interface for a UDDI ManagerAdapter resource
Attribute Summary | |
---|---|
java.lang.String | nodeID The ID of the UDDI node |
java.lang.String | nodeState The state of the node, can be node. |
java.lang.String | nodeDescription The user's description of the UDDI node |
java.lang.String | nodeApplicationName The name of the UDDI application which this node represents |
Operation Summary | |
---|---|
void | activateNode() activates UDDI node |
void | deactivateNode() deactivates UDDI node |
void | initNode() initializes Uddi node |
Property | getProperty( returns UDDI Property |
PolicyGroup | getPolicyGroup( returns UDDI PolicyGroup |
Policy | getPolicy( returns UDDI Policy |
void | updatePolicy( updates UDDI Policy |
void | updateProperty( updates UDDI Property |
void | updateProperties( updates collection of UDDI properties |
void | updatePolicies( updates collection of UDDI policies |
java.util.List | getProperties() returns the collection of UDDI properties |
java.util.List | getPolicyGroups() returns collection of policy groups (note that the policies are not populated) |
java.util.List | getValueSets() returns collection of value set status objects |
ValueSetStatus | getValueSetDetail( returns status for a value set |
ValueSetProperty | getValueSetProperty( returns a property of a value set |
void | updateValueSet( updates value set status |
void | updateValueSets( updates multiple value sets |
void | loadValueSet( loads values for a value set from a UDDI Registry V3/V2 taxonomy data file. |
void | loadValueSet( loads values for a value set with the given tModel key. |
void | changeValueSetTModelKey( replaces all occurrences of values belonging to original tModelKey to new tModelKey. |
void | unloadValueSet( unloads values for a value set with the given tModel key. |
java.lang.Boolean | isExistingValueSet( Determine if Value Set data exists for the given tModel key. |
java.util.List | getTierInfos() returns the collection of UDDI tier descriptions. |
java.util.List | getLimitInfos() returns the collection of UDDI limit descriptions. |
java.util.List | getEntitlementInfos() returns the collection of UDDI entitlements. |
Tier | getTierDetail( returns UDDI Tier detail, specifying limits to the number of entities that can be published. |
Tier | createTier( creates a UDDI Tier, specifying limits to the number of entities that can be published. |
Tier | updateTier( updates UDDI Tier details. |
void | deleteTier( deletes the UDDI Tier, if it not in use. |
void | setDefaultTier( Specifies the tier that auto registered UDDI publishers are assigned to. |
java.lang.Integer | getUserCount( returns the number of UDDI publisher within the specied tier. |
TierInfo | getUserTier( returns UDDI Tier information, specifying the tier this user belongs to. |
UddiUser | getUddiUser( returns UDDI user details, including tier and entitlements details. |
java.util.List | getUserInfos() returns the collection of UDDI user names and the tier they belong to. |
void | createUddiUser( creates a new UDDI user. |
void | createUddiUsers( creates the collection of new UDDI users. |
void | updateUddiUser( updates UDDI user details. |
void | deleteUddiUser( deletes UDDI publisher. |
void | assignTier( sets the tier for a List of users. |
Notification Summary | |
---|---|
uddi.node.event default UDDI event |
Attribute Detail |
---|
public java.lang.String nodeID
The ID of the UDDI node
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String nodeState
The state of the node, can be node.state.uninitialized,node.state.initialized, node.state.initPending, node.state.initInProgress, node.state.activated, node.state.deactivated
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String nodeDescription
The user's description of the UDDI node
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String nodeApplicationName
The name of the UDDI application which this node represents
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Operation Detail |
---|
public void activateNode()
activates UDDI node
administrator
operator
public void deactivateNode()
deactivates UDDI node
administrator
operator
public void initNode()
initializes Uddi node
administrator
operator
public Property getProperty(
java.lang.String propertyId
)
returns UDDI Property
propertyId
-
property identifier
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public PolicyGroup getPolicyGroup(
java.lang.String policyGroupId
)
returns UDDI PolicyGroup
policyGroupId
-
policy group identifier
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public Policy getPolicy(
java.lang.String policyId
)
returns UDDI Policy
policyId
-
policy identifier
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void updatePolicy(
Policy policy
)
updates UDDI Policy
policy
-
The policy to update
administrator
operator
public void updateProperty(
ConfigurationProperty property
)
updates UDDI Property
property
-
The updated property
administrator
operator
public void updateProperties(
java.util.List properties
)
updates collection of UDDI properties
properties
-
The List of properties to update
administrator
operator
public void updatePolicies(
java.util.List policies
)
updates collection of UDDI policies
policies
-
The List of policies to update
administrator
operator
public java.util.List getProperties()
returns the collection of UDDI properties
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getPolicyGroups()
returns collection of policy groups (note that the policies are not populated)
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getValueSets()
returns collection of value set status objects
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public ValueSetStatus getValueSetDetail(
java.lang.String tModelKey
)
returns status for a value set
tModelKey
-
value set tModel key in v3 format
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public ValueSetProperty getValueSetProperty(
java.lang.String tModelKey,
java.lang.String valueSetPropertyId
)
returns a property of a value set
tModelKey
-
The key of the tModel to which this property relates. valueSetPropertyId
-
The ID of the property within this value set
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void updateValueSet(
ValueSetStatus valueSet
)
updates value set status
valueSet
-
the new value set status
administrator
operator
public void updateValueSets(
java.util.List valueSets
)
updates multiple value sets
valueSets
-
collection of value sets to be updated
administrator
operator
public void loadValueSet(
java.lang.String filePath,
java.lang.String tModelKey
)
loads values for a value set from a UDDI Registry V3/V2 taxonomy data file.
filePath
-
file location of value set data file. tModelKey
-
V3 tModelKey by which this value set data is uniquely identified.
administrator
operator
public void loadValueSet(
ValueSetData valueSetData
)
loads values for a value set with the given tModel key.
valueSetData
-
The value set values and tModelKey of tModel all the values are to be associated with.
administrator
operator
public void changeValueSetTModelKey(
java.lang.String oldTModelKey,
java.lang.String newTModelKey
)
replaces all occurrences of values belonging to original tModelKey to new tModelKey.
oldTModelKey
-
original tModelKey for value set values newTModelKey
-
new tModel key for value set values
administrator
operator
public void unloadValueSet(
java.lang.String tModelKey
)
unloads values for a value set with the given tModel key.
tModelKey
-
tModelKey identifying each value to be removed from UDDI registry.
administrator
operator
public java.lang.Boolean isExistingValueSet(
java.lang.String tModelKey
)
Determine if Value Set data exists for the given tModel key.
tModelKey
-
tModelKey identifying the Value Set data to query in the UDDI registry.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getTierInfos()
returns the collection of UDDI tier descriptions.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getLimitInfos()
returns the collection of UDDI limit descriptions.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getEntitlementInfos()
returns the collection of UDDI entitlements.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public Tier getTierDetail(
java.lang.String tierId
)
returns UDDI Tier detail, specifying limits to the number of entities that can be published.
tierId
-
tier identifier
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public Tier createTier(
Tier tier
)
creates a UDDI Tier, specifying limits to the number of entities that can be published. Returns the new tier ID.
tier
-
The tier to create
administrator
operator
public Tier updateTier(
Tier tier
)
updates UDDI Tier details. Returns the updated Tier.
tier
-
The tier to update
administrator
operator
public void deleteTier(
java.lang.String tierId
)
deletes the UDDI Tier, if it not in use.
tierId
-
tier identifier
administrator
operator
public void setDefaultTier(
java.lang.String tierId
)
Specifies the tier that auto registered UDDI publishers are assigned to.
tierId
-
Tier identifier
administrator
operator
public java.lang.Integer getUserCount(
java.lang.String tierId
)
returns the number of UDDI publisher within the specied tier.
tierId
-
tier identifier
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public TierInfo getUserTier(
java.lang.String userId
)
returns UDDI Tier information, specifying the tier this user belongs to.
userId
-
UDDI user identifier
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public UddiUser getUddiUser(
java.lang.String userId
)
returns UDDI user details, including tier and entitlements details.
userId
-
UDDI user identifier
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getUserInfos()
returns the collection of UDDI user names and the tier they belong to.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void createUddiUser(
UddiUser user
)
creates a new UDDI user.
user
-
The UDDI user to create
administrator
operator
public void createUddiUsers(
java.util.List users
)
creates the collection of new UDDI users.
users
-
The UDDI users to create
administrator
operator
public void updateUddiUser(
UddiUser user
)
updates UDDI user details.
user
-
The user to update
administrator
operator
public void deleteUddiUser(
java.lang.String userId
)
deletes UDDI publisher.
userId
-
The user to delete
administrator
operator
public void assignTier(
java.util.List userIds,
java.lang.String tierId
)
sets the tier for a List of users.
userIds
-
The users to be assigned the tier tierId
-
The tier ID to be assigned
administrator
operator
Notification Detail |
---|
default UDDI event
6
(Normal, Cleared, or Informative)