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 |
com.ibm.uddi.v3.management.Property | getProperty( returns UDDI Property |
com.ibm.uddi.v3.management.PolicyGroup | getPolicyGroup( returns UDDI PolicyGroup |
com.ibm.uddi.v3.management.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 |
com.ibm.uddi.v3.management.ValueSetStatus | getValueSetDetail( returns status for a value set |
com.ibm.uddi.v3.management.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. |
com.ibm.uddi.v3.management.Tier | getTierDetail( returns UDDI Tier detail, specifying limits to the number of entities that can be published. |
com.ibm.uddi.v3.management.Tier | createTier( creates a UDDI Tier, specifying limits to the number of entities that can be published. |
com.ibm.uddi.v3.management.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. |
com.ibm.uddi.v3.management.TierInfo | getUserTier( returns UDDI Tier information, specifying the tier this user belongs to. |
com.ibm.uddi.v3.management.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
public java.lang.String nodeState
public java.lang.String nodeDescription
public java.lang.String nodeApplicationName
Operation Detail |
public void activateNode()
public void deactivateNode()
public void initNode()
public com.ibm.uddi.v3.management.Property getProperty(java.lang.String propertyId
)
propertyId
-
property identifier
public com.ibm.uddi.v3.management.PolicyGroup getPolicyGroup(java.lang.String policyGroupId
)
policyGroupId
-
policy group identifier
public com.ibm.uddi.v3.management.Policy getPolicy(java.lang.String policyId
)
policyId
-
policy identifier
public void updatePolicy(com.ibm.uddi.v3.management.Policy policy
)
policy
-
The policy to update
public void updateProperty(com.ibm.uddi.v3.management.ConfigurationProperty property
)
property
-
The updated property
public void updateProperties(java.util.List properties
)
properties
-
The List of properties to update
public void updatePolicies(java.util.List policies
)
policies
-
The List of policies to update
public java.util.List getProperties()
public java.util.List getPolicyGroups()
public java.util.List getValueSets()
public com.ibm.uddi.v3.management.ValueSetStatus getValueSetDetail(java.lang.String tModelKey
)
tModelKey
-
value set tModel key in v3 format
public com.ibm.uddi.v3.management.ValueSetProperty getValueSetProperty(java.lang.String tModelKey,
java.lang.String valueSetPropertyId
)
tModelKey
-
The key of the tModel to which this property relates.valueSetPropertyId
-
The ID of the property within this value set
public void updateValueSet(com.ibm.uddi.v3.management.ValueSetStatus valueSet
)
valueSet
-
the new value set status
public void updateValueSets(java.util.List valueSets
)
valueSets
-
collection of value sets to be updated
public void loadValueSet(java.lang.String filePath,
java.lang.String tModelKey
)
filePath
-
file location of value set data file.tModelKey
-
V3 tModelKey by which this value set data is uniquely identified.
public void loadValueSet(com.ibm.uddi.v3.management.ValueSetData valueSetData
)
valueSetData
-
The value set values and tModelKey of tModel all the values are to be associated with.
public void changeValueSetTModelKey(java.lang.String oldTModelKey,
java.lang.String newTModelKey
)
oldTModelKey
-
original tModelKey for value set valuesnewTModelKey
-
new tModel key for value set values
public void unloadValueSet(java.lang.String tModelKey
)
tModelKey
-
tModelKey identifying each value to be removed from UDDI registry.
public java.lang.Boolean isExistingValueSet(java.lang.String tModelKey
)
tModelKey
-
tModelKey identifying the Value Set data to query in the UDDI registry.
public java.util.List getTierInfos()
public java.util.List getLimitInfos()
public java.util.List getEntitlementInfos()
public com.ibm.uddi.v3.management.Tier getTierDetail(java.lang.String tierId
)
tierId
-
tier identifier
public com.ibm.uddi.v3.management.Tier createTier(com.ibm.uddi.v3.management.Tier tier
)
tier
-
The tier to create
public com.ibm.uddi.v3.management.Tier updateTier(com.ibm.uddi.v3.management.Tier tier
)
tier
-
The tier to update
public void deleteTier(java.lang.String tierId
)
tierId
-
tier identifier
public void setDefaultTier(java.lang.String tierId
)
tierId
-
Tier identifier
public java.lang.Integer getUserCount(java.lang.String tierId
)
tierId
-
tier identifier
public com.ibm.uddi.v3.management.TierInfo getUserTier(java.lang.String userId
)
userId
-
UDDI user identifier
public com.ibm.uddi.v3.management.UddiUser getUddiUser(java.lang.String userId
)
userId
-
UDDI user identifier
public java.util.List getUserInfos()
public void createUddiUser(com.ibm.uddi.v3.management.UddiUser user
)
user
-
The UDDI user to create
public void createUddiUsers(java.util.List users
)
users
-
The UDDI users to create
public void updateUddiUser(com.ibm.uddi.v3.management.UddiUser user
)
user
-
The user to update
public void deleteUddiUser(java.lang.String userId
)
userId
-
The user to delete
public void assignTier(java.util.List userIds,
java.lang.String tierId
)
userIds
-
The users to be assigned the tiertierId
-
The tier ID to be assignedNotification Detail |