Java Doc for DetachedHANamingServiceMBean.java in » EJB-Server-JBoss-4.2.1 » cluster » org » jboss » ha » jndi » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
EJB Server JBoss 4.2.1
»
cluster
»
org.jboss.ha.jndi
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.jboss.ha.jndi
.DetachedHANamingServiceMBean
All known Subclasses:
org.jboss.ha.jndi
.DetachedHANamingService
,
DetachedHANamingServiceMBean
public
interface DetachedHANamingServiceMBean extends org.jboss.system.ServiceMBean
(Code)
The standard mbean management interface for the DetachedHANamingService
author:
Scott.Stark@jboss.org
version:
$Revision: 57188 $
version:
Revisions:
Method Summary
String
getAutoDiscoveryAddress
()
Get the auto-discovery bootstrap multicast address.
String
getAutoDiscoveryBindAddress
()
Get the auto-discovery bootstrap multicast bind address.
int
getAutoDiscoveryGroup
()
int
getAutoDiscoveryTTL
()
int
getBacklog
()
String
getBindAddress
()
ClusterPartitionMBean
getClusterPartition
()
Get the underlying partition used by this service.
boolean
getDiscoveryDisabled
()
public
Map
getMethodMap
()
String
getPartitionName
()
Gets the name of the HAPartition used by this service.
int
getPort
()
public
ObjectName
getProxyFactoryObjectName
()
Get the proxy factory service name used to create the Naming transport proxy.
public
Object
invoke
(Invocation invocation)
Expose the Naming service via JMX for detached invokers.
void
setAutoDiscoveryAddress
(
String
adAddress)
Set the auto-discovery bootstrap multicast address.
void
setAutoDiscoveryBindAddress
(
String
adAddress)
Set the auto-discovery bootstrap multicast bind address.
void
setAutoDiscoveryGroup
(int adGroup)
Set the Auto-discovery multicast port.
void
setAutoDiscoveryTTL
(int ttl)
void
setBacklog
(int backlog)
void
setBindAddress
(
String
host)
void
setClusterPartition
(
ClusterPartitionMBean
clusterPartition)
Sets the underlying partition used by this service.
void
setDiscoveryDisabled
(boolean disabled)
public
void
setLookupPool
(BasicThreadPoolMBean poolMBean)
void
setPartitionName
(
String
name)
Sets the name of the HAPartition used by this service.
void
setPort
(int p)
public
void
setProxyFactoryObjectName
(
ObjectName
proxyFactory)
Set the proxy factory service name used to create the Naming transport proxy.
Method Detail
getAutoDiscoveryAddress
String
getAutoDiscoveryAddress()
(Code)
Get the auto-discovery bootstrap multicast address.
getAutoDiscoveryBindAddress
String
getAutoDiscoveryBindAddress()
(Code)
Get the auto-discovery bootstrap multicast bind address.
getAutoDiscoveryGroup
int getAutoDiscoveryGroup()
(Code)
Get the Auto-discovery multicast port
getAutoDiscoveryTTL
int getAutoDiscoveryTTL()
(Code)
Get the TTL (time-to-live) for autodiscovery IP multicast packets
getBacklog
int getBacklog()
(Code)
Get the accept backlog for the bootstrap server socket
getBindAddress
String
getBindAddress()
(Code)
Get the bootstrap IP address on which the HA-JNDI stub is made available
getClusterPartition
ClusterPartitionMBean
getClusterPartition()
(Code)
Get the underlying partition used by this service. the partition
getDiscoveryDisabled
boolean getDiscoveryDisabled()
(Code)
prevent autodiscovery service from starting
getMethodMap
public
Map
getMethodMap()
(Code)
Expose the Naming service interface mapping as a read-only attribute A Map
of the Naming interface
getPartitionName
String
getPartitionName()
(Code)
Gets the name of the HAPartition used by this service. the name of the partition
DetachedHANamingServiceMBean.getClusterPartition()
getPort
int getPort()
(Code)
Get the bootstrap port on which the HA-JNDI stub is made available
getProxyFactoryObjectName
public
ObjectName
getProxyFactoryObjectName()
(Code)
Get the proxy factory service name used to create the Naming transport proxy.
invoke
public
Object
invoke(Invocation invocation) throws
Exception
(Code)
Expose the Naming service via JMX for detached invokers.
Parameters:
invocation - A pointer to the invocation object Return value of method invocation.
throws:
Exception
- Failed to invoke method.
setAutoDiscoveryAddress
void setAutoDiscoveryAddress(
String
adAddress)
(Code)
Set the auto-discovery bootstrap multicast address. If null or empty, no auto-discovery bootstrap socket will be created.
setAutoDiscoveryBindAddress
void setAutoDiscoveryBindAddress(
String
adAddress) throws
UnknownHostException
(Code)
Set the auto-discovery bootstrap multicast bind address. If not specified and a BindAddress is specified, the BindAddress will be used.
setAutoDiscoveryGroup
void setAutoDiscoveryGroup(int adGroup)
(Code)
Set the Auto-discovery multicast port.
setAutoDiscoveryTTL
void setAutoDiscoveryTTL(int ttl)
(Code)
Set the TTL (time-to-live) for autodiscovery IP multicast packets
setBacklog
void setBacklog(int backlog)
(Code)
Set the accept backlog for the bootstrap server socket
setBindAddress
void setBindAddress(
String
host) throws
UnknownHostException
(Code)
Set the bootstrap IP address on which the HA-JNDI stub is made available
setClusterPartition
void setClusterPartition(
ClusterPartitionMBean
clusterPartition)
(Code)
Sets the underlying partition used by this service.
Parameters:
clusterPartition - the partition
setDiscoveryDisabled
void setDiscoveryDisabled(boolean disabled)
(Code)
prevent autodiscovery service from starting
setLookupPool
public
void setLookupPool(BasicThreadPoolMBean poolMBean)
(Code)
Set the thread pool used for the bootstrap and autodiscovery lookups
Parameters:
poolMBean -
setPartitionName
void setPartitionName(
String
name)
(Code)
Sets the name of the HAPartition used by this service.
Parameters:
name - the name of the partition
DetachedHANamingServiceMBean.setClusterPartition()
setPort
void setPort(int p)
(Code)
Set the bootstrap port on which the HA-JNDI stub is made available
setProxyFactoryObjectName
public
void setProxyFactoryObjectName(
ObjectName
proxyFactory)
(Code)
Set the proxy factory service name used to create the Naming transport proxy.
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.