|
JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JxtaException | |
---|---|
net.jxta.exception | Exception classes commonly used by JXTA Components. |
net.jxta.meter | Provides logging and monitoring facilities for debugging and auditing of messaging and service invocation within JXTA. |
net.jxta.util | A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. |
net.jxta.util.documentSerializable |
Uses of JxtaException in net.jxta.exception |
---|
Subclasses of JxtaException in net.jxta.exception | |
---|---|
class |
ConfiguratorException
This class maintains a List of all possible causes that may be generated as a part of the
configuration process. |
class |
PeerGroupException
Generic Peer group exception |
class |
ProtocolNotSupportedException
Signals that an error occurred while attempting to access an endpoint protocol |
class |
ServiceNotFoundException
Signals that an error occurred while trying to access a peer group service |
class |
UnknownServiceException
Signals that an error occurred while trying to access a service |
Uses of JxtaException in net.jxta.meter |
---|
Subclasses of JxtaException in net.jxta.meter | |
---|---|
class |
MonitorException
|
class |
MonitorFilterException
Monitor Filter Exception |
Methods in net.jxta.meter that throw JxtaException | |
---|---|
static ServiceMetric |
MonitorResources.createServiceMetric(ModuleClassID moduleClassID)
Create an empty Service Metric for the corresponding ModuleClassID |
static void |
MonitorResources.registerServiceMonitorModuleImplAdvertisement(ModuleImplAdvertisement moduleImplAdvertisement)
Register the Implementation Advertisement for a ServiceMonitor Type This contains the Monitor, Metric and Filter classNames |
Uses of JxtaException in net.jxta.util |
---|
Methods in net.jxta.util that throw JxtaException | |
---|---|
static byte[] |
AdvertisementUtilities.advertisementToBytes(Advertisement advertisement)
Deprecated. This method should not be used because it produces a result who's encoding is not predictable and may (will) differ from JVM to JVM. |
static void |
AdvertisementUtilities.cachePeerAdvertisement(PeerGroup peerGroup,
PeerAdvertisement peerAdvertisement)
Deprecated. Publish and advertisement to the Cache |
static PipeAdvertisement |
AdvertisementUtilities.createPipeAdvertisement(PeerGroup peerGroup,
String sPipeID,
String pipeType,
String name)
Deprecated. Create a Pipe Advertisement |
static PipeAdvertisement |
AdvertisementUtilities.createPipeAdvertisement(String pipeIdText,
String pipeType)
Deprecated. Create a Pipe Advertisement |
static PipeAdvertisement |
PipeUtilities.createPipeAdvertisement(String pipeIdText,
String pipeType)
|
static StructuredTextDocument |
DocumentUtilities.createStructuredXmlDocument(String rootTagName)
Deprecated. |
static StructuredTextDocument |
DocumentUtilities.getStructuredXmlDocument(byte[] buf)
Deprecated. |
static StructuredTextDocument |
DocumentUtilities.getStructuredXmlDocument(InputStream in)
Deprecated. |
static StructuredTextDocument |
DocumentUtilities.getStructuredXmlDocument(String buf)
Deprecated. |
static Advertisement |
AdvertisementUtilities.newAdvertisementFromXml(byte[] xmlTextAsBytes)
Deprecated. This method should not be used because it produces a result who's encoding is not predictable and may (will) differ from JVM to JVM. |
static Advertisement |
AdvertisementUtilities.newAdvertisementFromXml(String xmlText)
Deprecated. This method should not be used because it interprets the input using the local default encoding which is not precidcatable and may (will) differ from JVM to JVM. |
static Advertisement |
AdvertisementUtilities.readAdvertisementFromFile(File file)
Deprecated. Read a JXTA Advertisement from a File |
static Advertisement |
AdvertisementUtilities.readAdvertisementFromFile(String fileName)
Deprecated. Read a JXTA Advertisement from a File |
static void |
AdvertisementUtilities.saveAdvertisementToFile(Advertisement adv,
File file)
Deprecated. Save a JXTA Advertisement as an XML Document to a File |
static void |
AdvertisementUtilities.saveAdvertisementToFile(Advertisement adv,
String fileName)
Deprecated. Save a JXTA Advertisement as an XML Document to a File |
Uses of JxtaException in net.jxta.util.documentSerializable |
---|
Subclasses of JxtaException in net.jxta.util.documentSerializable | |
---|---|
class |
DocumentSerializationException
|
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |