|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.services.binding.managed.ServiceBindingManagementObject
public class ServiceBindingManagementObject
Provide a management interface to the overall ServiceBindingManager
system.
Constructor Summary | |
---|---|
ServiceBindingManagementObject(String serverName,
Set<ServiceBindingSet> bindingSets,
Set<ServiceBindingMetadata> standardBindings)
Create a new ServiceBindingManager. |
Method Summary | |
---|---|
String |
getActiveBindingSetName()
Gets the value of the serverName param the ServiceBindingManager
should pass to ServiceBindingStore when
requesting bindings . |
Set<ServiceBindingSet> |
getBindingSets()
Gets the available ServiceBindingSet s. |
ServiceBindingManager |
getServiceBindingManager()
|
Map<String,Set<ServiceBinding>> |
getServiceBindings()
|
Set<ServiceBindingMetadata> |
getStandardBindings()
Gets the base set of bindings that should be associated with each binding set, but with that binding set's port offset
applied to the port value. |
void |
setActiveBindingSetName(String name)
Sets the value of the serverName param the ServiceBindingManager
should pass to ServiceBindingStore when
requesting bindings . |
void |
setBindingSets(Set<ServiceBindingSet> bindingSets)
Sets the available ServiceBindingSet s. |
void |
setStandardBindings(Set<ServiceBindingMetadata> bindings)
Sets the base set of bindings that should be associated with each binding set, but with that binding set's port offset
applied to the port value. |
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceBindingManagementObject(String serverName, Set<ServiceBindingSet> bindingSets, Set<ServiceBindingMetadata> standardBindings)
serverName
- bindingSets
- standardBindings
- Method Detail |
---|
public ServiceBindingManager getServiceBindingManager()
public String getActiveBindingSetName()
serverName
param the ServiceBindingManager
should pass to ServiceBindingStore
when
requesting bindings
.
public void setActiveBindingSetName(String name)
serverName
param the ServiceBindingManager
should pass to ServiceBindingStore
when
requesting bindings
.
param name name of the set of bindings this server uses
public Map<String,Set<ServiceBinding>> getServiceBindings()
public Set<ServiceBindingSet> getBindingSets()
ServiceBindingSet
s.
null
public void setBindingSets(Set<ServiceBindingSet> bindingSets) throws UnknownHostException, DuplicateServiceException
ServiceBindingSet
s.
bindingSets
- the binding sets
DuplicateServiceException
UnknownHostException
public Set<ServiceBindingMetadata> getStandardBindings()
port offset
applied to the port value.
public void setStandardBindings(Set<ServiceBindingMetadata> bindings) throws UnknownHostException, DuplicateServiceException
port offset
applied to the port value.
bindings
- the set of base bindings
DuplicateServiceException
UnknownHostException
public void start() throws Exception
Exception
public void stop() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |