com.inprise.vbroker.CosNamingExt
Interface NamingContextExtExtendedOperations
- All Superinterfaces:
- NamingContextExtOperations, NamingContextOperations
- All Known Subinterfaces:
- NamingContextExtExtended
public interface NamingContextExtExtendedOperations
- extends NamingContextExtOperations
contains some cluster related utility methods.
is_ncluster_type
boolean is_ncluster_type(NameComponent[] n,
ObjectHolder c)
throws NotFound,
CannotProceed,
InvalidName
- Throws:
NotFound
CannotProceed
InvalidName
unbind_from_cluster
void unbind_from_cluster(NameComponent[] clusterName,
Object serverObjRef)
throws NotFound,
CannotProceed,
InvalidName
- Unbinds an object from a cluster.
- Parameters:
clusterName
- the name of the clusterserverObjRef
- the object to be unbound
- Throws:
NotFound
CannotProceed
InvalidName
Read the latest documentation online